From ea75643de3aaf28b35447a96abc559c2fa587b58 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 20 Sep 2018 20:09:05 +0430 Subject: travis fix --- bruiser/autogen/wasm/ft/makefile | 2 +- bruiser/autogen/wasm/ltg/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bruiser') diff --git a/bruiser/autogen/wasm/ft/makefile b/bruiser/autogen/wasm/ft/makefile index d67c45b..b02dcfc 100644 --- a/bruiser/autogen/wasm/ft/makefile +++ b/bruiser/autogen/wasm/ft/makefile @@ -53,7 +53,7 @@ LD_FLAGS+=$(EXTRA_LD_FLAGS) .PHONY:all clean help ASM SO TAGS -all:$(TARGET) $(TARGET)-dbg +all:A ADBG everything:$(TARGET) A ASM SO $(TARGET)-static $(TARGET)-dbg TAGS $(TARGET)-cov 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 -- cgit v1.2.3