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