summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-03-02 23:50:19 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-03-02 23:50:19 +0100
commitb12cafd6f8fe7fc9fd12fc32e212daa2de09a38a (patch)
tree015a1aa4646c90d70234a9d52f09200b6990cad6
parentd789313bd0a1f596ba73224777a017ac39ecbb3b (diff)
make: add some cool CFLAGS
-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)) )