summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index beeae74..12f280a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ SOURCES=tailburst.c
OBJECTS=$(SOURCES:.c=.o)
MAIN=tailburst
-CFLAGS+=-Wall -Werror
+CFLAGS+=-g -Wall -Werror
all: $(MAIN)