aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-02-16 23:33:24 -0500
committerCalvin Rose <calsrose@gmail.com>2019-02-16 23:33:24 -0500
commit6d5ff43de7099fcf089c8dc0576c32e577e198fa (patch)
tree7e1f65a6440c5254865682c5fc0c203bb9744e20 /tools
parentUpdate changelog. (diff)
Make amalg build cleaner.
Don't pull in a global header <janet/janet.h> unless we need to.
Diffstat (limited to 'tools')
-rw-r--r--tools/amalg.janet1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/amalg.janet b/tools/amalg.janet
index 40d23d78..fcb75a4d 100644
--- a/tools/amalg.janet
+++ b/tools/amalg.janet
@@ -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")