diff options
author | ubq323 <ubq323@ubq323.website> | 2023-07-12 02:22:10 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-07-12 02:22:10 +0100 |
commit | f9f7b92fdda17efe2dca455d6f641a424a97b2db (patch) | |
tree | 03f8bfa66a7b944fe9f908972b6ab2dde8b5297f /Makefile | |
parent | d9eb793ad606fd47d17a17af24b78b46f2180f84 (diff) |
more code
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |