summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVladimir Azarov <avm@intermediate-node.net>2025-05-31 19:30:21 +0200
committerVladimir Azarov <avm@intermediate-node.net>2025-05-31 19:30:38 +0200
commit546a5861526192a908f2aa2bfc3cfe4f3f3baf43 (patch)
treeacfe627e088bdba54a42e786d3b6b7053ec56fca /Makefile
parent868e6313e3824d68b3121c5c95c7f29bc088c0e9 (diff)
Proper constant parsing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92e0285..a832a4f 100644
--- a/Makefile
+++ b/Makefile
@@ -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