Files
sml-projects/build-unix.sh

9 lines
223 B
Bash
Raw Normal View History

2024-09-30 13:43:43 +01:00
#!/bin/sh
mlton -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
-export-header ffi/glfw-export.h \
2024-09-30 13:43:43 +01:00
shf.mlb \
ffi/glad.c \
ffi/glfw-export.c \
ffi/gles3-export.c \
ffi/glfw-input.c