diff options
Diffstat (limited to 'compiler/Makefile')
-rw-r--r-- | compiler/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index a4485c4..ef54249 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -1,7 +1,7 @@ -CFLAGS=-Wall +CFLAGS=-Wall -s -DEPS=lex.h syntax.h error.h print.h parse.h log.h eval.h mem.h -OBJ=fuspelc.o lex.o syntax.o error.o print.o parse.o log.o eval.o mem.o +DEPS=lex.h syntax.h print.h parse.h log.h eval.h mem.h +OBJ=fuspelc.o lex.o syntax.o print.o parse.o log.o eval.o mem.o EXE=fuspelc all: $(EXE) |