add menhir files to archive
This commit is contained in:
parent
1acd0af734
commit
697b36c333
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ clean:
|
|||
rm -r *.cmi $(MAIN).byte _build/
|
||||
|
||||
archive:
|
||||
tar czf "IC.tar.gz" *.ml Makefile $(TESTS_DIR)
|
||||
tar czf "IC.tar.gz" *.ml *.mly *.mll Makefile $(TESTS_DIR)
|
||||
|
||||
symlinks:
|
||||
ln -s _build/*.cmi .
|
||||
|
|
Reference in a new issue