summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8b75684..3270071 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
CC = gcc
+CFLAGS = -g -Werror -Wall -Wpedantic
TARGET = parc
BASENM = buffer piece-table
SRC = $(addsuffix .c, $(addprefix src/, $(BASENM)) )