aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-20 15:41:07 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-20 15:41:07 +0000
commit00a635b4229d27f9d255836d9d409529372cabd1 (patch)
tree7a25e7821d8387a919a0c8f73da37d7a3d7843fd /bruiser
parenttravis fix (diff)
downloadmutator-00a635b4229d27f9d255836d9d409529372cabd1.tar.gz
mutator-00a635b4229d27f9d255836d9d409529372cabd1.zip
travis fix
Diffstat (limited to 'bruiser')
-rw-r--r--bruiser/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/makefile b/bruiser/makefile
index c6e7cf7..0c59542 100644
--- a/bruiser/makefile
+++ b/bruiser/makefile
@@ -159,7 +159,7 @@ define check_ft_codegen
- $(shell if [[ $$(ls -l ./autogen/wasm/ft/ | wc -l) == 4 ]];then ./autogen/wasm/ft.sh;else :;fi)
endef
define check_ltg_codegen
- - $(shell if [[ $$(ls -l ./autogen/wasm/ltg/ | wc -l) == 3 ]];then ./autogen/wasm/ltg.sh;else :;fi)
+ - $(shell if [[ $$(ls -l ./autogen/wasm/ltg/ | wc -l) == 4 ]];then ./autogen/wasm/ltg.sh;else :;fi)
endef
$(FT_WASM_SO): ./autogen/wasm/ft/wasm.xml