add rule to Makefile to run RGFW build more quickly

This commit is contained in:
2026-01-22 21:38:15 +00:00
parent d0f9220cfe
commit dee5e72f39
4 changed files with 14 additions and 7 deletions

View File

@@ -4,5 +4,8 @@ run_debug:
run:
./build-unix.sh && ./shf
rgfw:
./build-unix-rgfw-debug-.sh && ./shf-rgfw
tests:
mlton -const "Exn.keepHistory true" shf-tests.mlb && ./shf-tests