From db36425d8cc1f9d27ba7047f30158e3524c71fce Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 29 Aug 2016 21:39:44 +0200 Subject: Fixed issue with twice --- interpreter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interpreter/Makefile') diff --git a/interpreter/Makefile b/interpreter/Makefile index 56619ce..99da737 100644 --- a/interpreter/Makefile +++ b/interpreter/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Wall -Werror -g +CFLAGS=-Wall -Wextra -Werror -s DEPS=lex.h syntax.h print.h parse.h log.h eval.h mem.h code.h graphs.h OBJ=fuspel.o lex.o syntax.o print.o parse.o log.o eval.o mem.o code.o graphs.o -- cgit v1.2.3