Fixed Makefile
This commit is contained in:
parent
f30616ce42
commit
55cde2572f
@ -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…
x
Reference in New Issue
Block a user