change Makefile
This commit is contained in:
parent
0361604be2
commit
24187e2ea5
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -21,4 +21,4 @@ lex.yy.c: ./scanner.l
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
-rm parser.tab.c parser.tab.h parser.tab.o lex.yy.o lex.yy.c program main.o
|
||||
rm parser.tab.c parser.tab.h parser.tab.o lex.yy.o lex.yy.c program main.o node.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue