Fixed Makefile

This commit is contained in:
ceriel 1991-06-05 09:25:20 +00:00
parent 3e9b9b3cbe
commit 44fda8e7d0

View file

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