blob: 730b8a4e0639c2ec2d5d6159946f284a43d8d373 (
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) -default-type word64 ccross.mlb $(caux)
clean:
rm -f ccross export.h
|