diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-16 18:18:30 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-16 18:18:30 +0000 |
commit | 5ac0beb1e17cb479188d1706d95a53fad90191fb (patch) | |
tree | 9b9304b3dcbaf6e0a8849d3e95a4db273e58a0d5 /bruiser/makefile | |
parent | [skip ci] (diff) | |
download | mutator-5ac0beb1e17cb479188d1706d95a53fad90191fb.tar.gz mutator-5ac0beb1e17cb479188d1706d95a53fad90191fb.zip |
[skip ci]
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 3b7b2ae..7039a8b 100644 --- a/bruiser/makefile +++ b/bruiser/makefile @@ -83,7 +83,7 @@ TBG_OBJLIST_COV_INC_WASM=$(patsubst ./autogen/wasm/ltg/%.c, ./autogen/wasm/ltg/% .DEFAULT:all -.PHONY:all clean help ASM SO TAGS +.PHONY:all clean help ASM SO TAGS CODE_GEN all:$(TARGET) |