aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 399128b..15de48f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CFLAGS = -Wall -Wextra -g3 -ansi -pedantic -fPIE
-LIBS = -Wl,-Bdynamic -lcurl
+CFLAGS = -Wall -Wextra -Werror -g3 -std=c89 -pedantic -fPIE
+LIBS = -lgc
OBJ = build/main.o build/tokenizer.o build/parser.o build/bytecode.o build/buffer.o build/hash_map.o
CC = cc