init
This commit is contained in:
8
build-unix.sh
Executable file
8
build-unix.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
mlton -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
|
||||
-export-header ffi/export.h \
|
||||
dot-to-dot.mlb \
|
||||
ffi/glad.c \
|
||||
ffi/glfw-export.c \
|
||||
ffi/gles3-export.c \
|
||||
ffi/glfw-key-input.c
|
||||
Reference in New Issue
Block a user