mostly done implementing callbacks for rgfw
This commit is contained in:
14
Makefile
14
Makefile
@@ -1,11 +1,11 @@
|
||||
run_debug:
|
||||
./build-unix-debug.sh && ./shf
|
||||
|
||||
run:
|
||||
./build-unix.sh && ./shf
|
||||
|
||||
rgfw:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user