From d43473edfd99630d9d4702e6187188a34be880cc Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 25 Aug 2016 19:21:16 +0200 Subject: Use perror --- compiler/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compiler/Makefile') 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) -- cgit v1.2.3