diff options
author | Camil Staps | 2016-09-24 10:50:12 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-24 10:50:12 +0200 |
commit | 447e700eb3663381a5140e9c9c3a1574f96db15c (patch) | |
tree | 7fd3575a1d8c990e5af1967d1453269054275736 /interpreter/Makefile | |
parent | Fixed strictness annotations (diff) |
Fix format strings
Diffstat (limited to 'interpreter/Makefile')
-rw-r--r-- | interpreter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/Makefile b/interpreter/Makefile index 2f13de3..61be68d 100644 --- a/interpreter/Makefile +++ b/interpreter/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-Wall -Wextra -Wno-format -Werror +CFLAGS=-Werror -Wall -Wextra 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 |