git-subtree-dir: shf git-subtree-mainline:401408448fgit-subtree-split:b6c5a95b66
12 lines
227 B
Makefile
12 lines
227 B
Makefile
rgfw-debug:
|
|
./build-unix-rgfw-debug-.sh && ./shf-rgfw
|
|
|
|
glfw-debug:
|
|
./build-unix-glfw-debug.sh && ./shf-glfw
|
|
|
|
glfw:
|
|
./build-unix-glfw.sh && ./shf-glfw
|
|
|
|
tests:
|
|
mlton -const "Exn.keepHistory true" shf-tests.mlb && ./shf-tests
|