Fixed Makefile
This commit is contained in:
parent
3e9b9b3cbe
commit
44fda8e7d0
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue