blob: a832a4f3c6caa04afb91bdc9a3e0b5f9213c5685 (
plain)
1
2
3
4
5
6
7
8
|
history := -const "Exn.keepHistory true"
ffi := -default-ann "allowFFI true" -export-header export.h
caux := caux.c
def:
mlton $(history) $(ffi) ccross.mlb $(caux)
clean:
rm -f ccross export.h
|