diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-20 15:41:07 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-20 15:41:07 +0000 |
commit | 00a635b4229d27f9d255836d9d409529372cabd1 (patch) | |
tree | 7a25e7821d8387a919a0c8f73da37d7a3d7843fd /bruiser/makefile | |
parent | travis fix (diff) | |
download | mutator-00a635b4229d27f9d255836d9d409529372cabd1.tar.gz mutator-00a635b4229d27f9d255836d9d409529372cabd1.zip |
travis fix
Diffstat (limited to 'bruiser/makefile')
-rw-r--r-- | bruiser/makefile | 2 |
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 |