1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-23 19:57:40 +00:00

Make amalg build cleaner.

Don't pull in a global header <janet/janet.h> unless we need to.
This commit is contained in:
Calvin Rose
2019-02-16 23:33:24 -05:00
parent c715912ea3
commit 6d5ff43de7
3 changed files with 28 additions and 27 deletions

View File

@@ -72,5 +72,4 @@
(each s sources (dofile s))
# Relies on these files being built
(dofile "build/core.gen.c")
(dofile "build/core_image.c")