6 lines
154 B
Bash
Executable File
6 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
mlton -const 'Exn.keepHistory true' -link-opt "-lX11 -lXrandr -lGL -lm" \
|
|
-export-header ffi/export.h \
|
|
shf-tests.mlb \
|
|
ffi/rgfw-export.c
|