about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-05-03 22:31:29 +0200
committerMel <mel@rnrd.eu>2026-05-03 22:31:29 +0200
commit56c0c620078b906a1994e0833c522913928b37aa (patch)
treed1b404a1b70d0a76c7920eff04f11c00bd3f1cc0 /Makefile
parentbb94681272a0ee867f8a1e86cf01a2ac0289e25f (diff)
downloadcatskill-56c0c620078b906a1994e0833c522913928b37aa.tar.zst
catskill-56c0c620078b906a1994e0833c522913928b37aa.zip
Lowering pass initial driver shell
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e1f989..727ecf3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LDFLAGS ?= -ltcc
 
 .DEFAULT_GOAL := all
 
-BOOTSTRAP_SOURCES = boot/catboot.c boot/catboot.h boot/common.c boot/lex.c boot/tree.c boot/visit/visit.c boot/visit/tree.c boot/ir.c boot/visit/ir.c boot/parse.c boot/transpile.c boot/build.c
+BOOTSTRAP_SOURCES = boot/catboot.c boot/catboot.h boot/common.c boot/lex.c boot/tree.c boot/visit/visit.c boot/visit/tree.c boot/ir.c boot/visit/ir.c boot/lower.c boot/parse.c boot/transpile.c boot/build.c
 BOOTSTRAP_TEST_SOURCES = boot/tests/test.c
 SOURCES = src/catskill.csk