9 lines
119 B
Makefile
9 lines
119 B
Makefile
run_debug:
|
|
./build-unix-debug.sh && ./shf
|
|
|
|
run:
|
|
./build-unix.sh && ./shf
|
|
|
|
tests:
|
|
mlton shf-tests.mlb && ./shf-tests
|