diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ CCFLAGS=-Wall -Iinclude -std=c99 LDFLAGS= +ifeq ($(DEBUG),1) + CCFLAGS+=-ggdb -DDEBUG +endif + all: demo demo: termkey.o demo.c |