add parser ml mli to make clean
This commit is contained in:
parent
1687bcc3be
commit
90bc6aacff
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ test: $(TESTS)
|
||||||
rm $(OUTPUT)
|
rm $(OUTPUT)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -r *.cmi $(MAIN).byte _build/ *.conflicts
|
rm -r *.cmi $(MAIN).byte _build/ *.conflicts parser.ml parser.mli
|
||||||
|
|
||||||
archive:
|
archive:
|
||||||
tar czf "IC.tar.gz" *.ml *.mly *.mll Makefile $(TESTS_DIR)
|
tar czf "IC.tar.gz" *.ml *.mly *.mll Makefile $(TESTS_DIR)
|
||||||
|
|
Reference in a new issue