cleaned up a bit

This commit is contained in:
ceriel
1989-01-26 14:43:09 +00:00
parent 6ee3538d91
commit 7f0b775587
4 changed files with 4 additions and 55 deletions

View File

@@ -9,9 +9,7 @@ OFILES = pars.o Lpars.o scan.o mylex.o default.o C_instr2.o help.o eval.o\
action.o
IFILES = -I$(EM)/h -I$(EM)/modules/h
CC = cc
.c.o :
$(CC) $(IFILES) -c $<
CFLAGS = $(IFILES)
all : dummy $(OFILES)