diff options
author | Camil Staps | 2016-08-29 21:39:44 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-29 21:39:44 +0200 |
commit | db36425d8cc1f9d27ba7047f30158e3524c71fce (patch) | |
tree | 93bb0c2020b15bf838f977e62b202b3aed533693 /interpreter/Makefile | |
parent | Currying arguments and Code applications (diff) |
Fixed issue with twice
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 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 |