diff options
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 run.c read.c -HS=parser.h ast.h run.h read.h -CFLAGS=-Wall -Wpedantic -Werror=implicit-function-declaration +CS=parser.c ast.c run.c read.c ht.c +HS=parser.h ast.h run.h read.h ht.h +CFLAGS=-O3 -Wall -Wpedantic -Werror=implicit-function-declaration badthing: $(CS) $(HS) $(CC) $(CFLAGS) -o badthing $(CS) |