diff options
| author | 2022-06-06 18:54:17 -0500 | |
|---|---|---|
| committer | 2022-06-06 18:54:17 -0500 | |
| commit | 282d1ba22f8fafbb3bbb23e6f3356e7a0b80817d (patch) | |
| tree | 3b895ef44bd039af725d346094569dc820c08ae2 /Makefile | |
| parent | Fix when clib is not pointer type. (diff) | |
Implement sys v abi on x64 partially.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
