diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-20 15:39:05 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-20 15:39:05 +0000 |
commit | ea75643de3aaf28b35447a96abc559c2fa587b58 (patch) | |
tree | f89a9d78f27ba93f35310c27c5d0f9a32e5ead4d /bruiser/autogen/wasm/ltg/makefile | |
parent | forgot the new xml file (diff) | |
download | mutator-ea75643de3aaf28b35447a96abc559c2fa587b58.tar.gz mutator-ea75643de3aaf28b35447a96abc559c2fa587b58.zip |
travis fix
Diffstat (limited to 'bruiser/autogen/wasm/ltg/makefile')
-rw-r--r-- | bruiser/autogen/wasm/ltg/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/autogen/wasm/ltg/makefile b/bruiser/autogen/wasm/ltg/makefile index 58152ab..e21fdaf 100644 --- a/bruiser/autogen/wasm/ltg/makefile +++ b/bruiser/autogen/wasm/ltg/makefile @@ -56,7 +56,7 @@ LD_FLAGS+=$(EXTRA_LD_FLAGS) .PHONY:all clean help ASM SO TAGS -all:$(TARGET) +all: A ADBG everything:$(TARGET) A ASM SO $(TARGET)-static $(TARGET)-dbg TAGS $(TARGET)-cov |