Skip to content

Commit

Permalink
Merge pull request #64 from Temperz87/gooder-releasing
Browse files Browse the repository at this point in the history
Add make target for releasing
  • Loading branch information
jsiek authored Jan 22, 2025
2 parents 18a6984 + d4697ef commit 8607776
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ personal
test/**/*.thm
lib/*.thm
.vscode
deduce-release.zip
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ tests-lib:

tests: tests-should-pass tests-should-error

package:
zip "deduce-release" lib abstract_syntax.py alist.py Deduce.lark deduce.py \
edit_distance.py error.py parser.py proof_checker.py README.md rec_desc_parser.py

clean:
rm -f ./lib/*.thm
rm -f ./test/should-pass/*.thm
rm -f deduce-release.zip

0 comments on commit 8607776

Please sign in to comment.