From 091c37e3eba95f1f9e74e8957050432eef294bad Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Thu, 10 Nov 2016 19:58:10 +0100 Subject: Makefile + gitignore --- .gitignore | 5 ----- Makefile | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d48beeb..9d7ca1a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,4 @@ batchd newbatch run createspool -work -done -new -tmp -failed runfd 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 -- cgit v1.2.3