From 697b36c333ca063e8a027766b69f1815d6a62e5b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 6 Dec 2022 20:42:53 +0100 Subject: [PATCH] add menhir files to archive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75620c9..0146386 100644 --- a/Makefile +++ b/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 .