Fixed Makefile

This commit is contained in:
ceriel 1991-06-05 09:25:20 +00:00
parent f30616ce42
commit 55cde2572f

View File

@ -17,7 +17,8 @@ LEXLIB = -ll
all: as_parser eval/eval
as_parser: dummy $(OFILES)
as_parser: dummy
make $(OFILES)
$(CC) -o as_parser $(OFILES) $(LIBS) $(LEXLIB)
eval/eval: