Files
sml-projects/build-unix-debug.sh

8 lines
230 B
Bash
Raw Normal View History

#!/bin/sh
mlton -const 'Exn.keepHistory true' -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
-export-header ffi/glfw-export.h \
shf.mlb \
ffi/glad.c \
ffi/glfw-export.c \
ffi/glfw-input.c