Files
sml-projects/Makefile

9 lines
119 B
Makefile
Raw Normal View History

run_debug:
./build-unix-debug.sh && ./shf
run:
./build-unix.sh && ./shf
tests:
mlton shf-tests.mlb && ./shf-tests