From a724ddbe1c8c53acd8b2836e437237cf17c57043 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 22 Jan 2020 03:03:37 +0100 Subject: Use macro return_if_error instead of if-statement everywhere --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3