From 5ef2105922fcd7edabff7ed30b20a28d34581d02 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 6 Oct 2016 18:24:02 +0200 Subject: Fixing the build --- interpreter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interpreter/Makefile') diff --git a/interpreter/Makefile b/interpreter/Makefile index 796a90b..824cb90 100644 --- a/interpreter/Makefile +++ b/interpreter/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Werror -Wall -Wextra -O3 -D_FUSPEL_CLI +CFLAGS=-Werror -Wall -Wextra -Wno-missing-field-initializers -O3 -D_FUSPEL_CLI 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