=== modified file 'Makefile' --- Makefile 2008-10-06 22:24:54 +0000 +++ Makefile 2008-02-10 17:34:05 +0000 @@ -1,10 +1,6 @@ CCFLAGS=-Wall -Iinclude -std=c99 LDFLAGS= -ifeq ($(DEBUG),1) - CCFLAGS+=-ggdb -DDEBUG -endif - all: demo demo: termkey.o demo.c