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
CFLAGS += $(C_OPT_FLAGS)
ifeq "$(OS)" "Linux"
ifneq "$(OS)" "Darwin"
LINK += -s
endif
endif