summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-07-29 22:22:23 +0100
committerubq323 <ubq323@ubq323.website>2023-07-29 22:22:23 +0100
commitc83618999227adb5e745f92205bd48e076e2d124 (patch)
treeebd862d08180fb49bdec90b553b21c89c43467fb /Makefile
parentf9f7b92fdda17efe2dca455d6f641a424a97b2db (diff)
th
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e9c44a4..53062a0 100644
--- a/Makefile
+++ b/Makefile
@@ -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)