From f9f7b92fdda17efe2dca455d6f641a424a97b2db Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 12 Jul 2023 02:22:10 +0100 Subject: more code --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e6f6ef..e9c44a4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -CS=parser.c ast.c -HS=ast.h parser.h -CFLAGS=-Wall -Wpedantic +CS=parser.c ast.c run.c read.c +HS=parser.h ast.h run.h read.h +CFLAGS=-Wall -Wpedantic -Werror=implicit-function-declaration badthing: $(CS) $(HS) $(CC) $(CFLAGS) -o badthing $(CS) -- cgit v1.2.3