diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ history := -const "Exn.keepHistory true" +ffi := -default-ann "allowFFI true" -export-header export.h +caux := caux.c def: - mlton $(history) ccross.mlb + mlton $(history) $(ffi) ccross.mlb $(caux) +clean: + rm -f ccross export.h |