From b12cafd6f8fe7fc9fd12fc32e212daa2de09a38a Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 2 Mar 2024 23:50:19 +0100 Subject: make: add some cool CFLAGS --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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)) ) -- cgit v1.2.3