improve Makefile

This commit is contained in:
e.gavrin
2014-07-01 19:05:37 +04:00
parent dcde2cf705
commit 6e88d76fec
+2
View File
@@ -48,6 +48,8 @@ CFLAGS += -Wstrict-prototypes -Wmissing-prototypes
DEBUG_OPTIONS = -fsanitize=address -g3 -O0 -DDEBUG
RELEASE_OPTIONS = -Os -Werror
.PHONY: all debug release clean install test
all: debug
debug: