2025-08-03 13:14:28 +01:00
|
|
|
run_debug:
|
|
|
|
|
./build-unix-debug.sh && ./shf
|
|
|
|
|
|
2024-11-19 04:32:37 +00:00
|
|
|
run:
|
|
|
|
|
./build-unix.sh && ./shf
|
|
|
|
|
|
2026-01-22 21:38:15 +00:00
|
|
|
rgfw:
|
|
|
|
|
./build-unix-rgfw-debug-.sh && ./shf-rgfw
|
|
|
|
|
|
2024-11-19 04:32:37 +00:00
|
|
|
tests:
|
2025-08-04 09:03:47 +01:00
|
|
|
mlton -const "Exn.keepHistory true" shf-tests.mlb && ./shf-tests
|