diff options
| -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 | 
