9 lines
229 B
Bash
Executable File
9 lines
229 B
Bash
Executable File
#!/bin/sh
|
|
mlton -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
|
|
-export-header ffi/mlton-glfw-export.h \
|
|
shf.mlb \
|
|
ffi/glad.c \
|
|
ffi/glfw-export.c \
|
|
ffi/gles3-export.c \
|
|
ffi/glfw-input.c
|