aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-06-06 18:54:17 -0500
committerCalvin Rose <calsrose@gmail.com>2022-06-06 18:54:17 -0500
commit282d1ba22f8fafbb3bbb23e6f3356e7a0b80817d (patch)
tree3b895ef44bd039af725d346094569dc820c08ae2 /Makefile
parentFix when clib is not pointer type. (diff)
Implement sys v abi on x64 partially.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8c4cfbb..dd8e0f25 100644
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,7 @@ JANET_CORE_SOURCES=src/core/abstract.c \
src/core/debug.c \
src/core/emit.c \
src/core/ev.c \
+ src/core/ffi.c \
src/core/fiber.c \
src/core/gc.c \
src/core/inttypes.c \