From 6a19540433bcc664958c89cfc21c242f979bb693 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Sun, 3 Aug 2025 17:14:34 +0200 Subject: Struct support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a832a4f..730b8a4 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,6 @@ ffi := -default-ann "allowFFI true" -export-header export.h caux := caux.c def: - mlton $(history) $(ffi) ccross.mlb $(caux) + mlton $(history) $(ffi) -default-type word64 ccross.mlb $(caux) clean: rm -f ccross export.h -- cgit v1.2.3