diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-03-02 23:50:19 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-03-02 23:50:19 +0100 |
commit | b12cafd6f8fe7fc9fd12fc32e212daa2de09a38a (patch) | |
tree | 015a1aa4646c90d70234a9d52f09200b6990cad6 /Makefile | |
parent | d789313bd0a1f596ba73224777a017ac39ecbb3b (diff) |
make: add some cool CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ CC = gcc +CFLAGS = -g -Werror -Wall -Wpedantic TARGET = parc BASENM = buffer piece-table SRC = $(addsuffix .c, $(addprefix src/, $(BASENM)) ) |