a bit of repository management (add Makefile to make it less verbose to run tests, and add .gitignore to avoid committing built binaries)

This commit is contained in:
2024-11-19 04:32:37 +00:00
parent afcd3ee70b
commit 96080d0964
5 changed files with 24 additions and 17 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
run:
./build-unix.sh && ./shf
tests:
mlton shf-tests.mlb && ./shf-tests