Update makefile

This commit is contained in:
jeefo 2015-11-03 17:42:14 +03:00
commit 384b48bcb6

View file

@ -64,7 +64,7 @@ else
BIN_DIR = release BIN_DIR = release
CFLAGS += $(C_OPT_FLAGS) CFLAGS += $(C_OPT_FLAGS)
ifeq "$(OS)" "Linux" ifneq "$(OS)" "Darwin"
LINK += -s LINK += -s
endif endif
endif endif