summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a240564..3ab8c5c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC = cc
-CFLAGS = -O2 -Wall -Wextra -Werror -pedantic -std=c99
+CFLAGS = -g -O2 -Wall -Wextra -Werror -pedantic -std=c99
all: newbatch createspool batchd runfd
@@ -18,4 +18,4 @@ runfd: runfd.c
.PHONY: clean
clean:
- rm -f newbatch createspool batchd
+ rm -f newbatch createspool batchd runfd