about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-05-03 19:36:41 +0200
committerMel <mel@rnrd.eu>2026-05-03 19:36:41 +0200
commit5211970448a05205b67d7604ad5e4e3925e4ddef (patch)
tree49e563f39a7304b59d6ccb018d3e07d3d0eca4bd /Makefile
parent1512abed55dd3f779eb774eb03f605397a4a45fe (diff)
downloadcatskill-5211970448a05205b67d7604ad5e4e3925e4ddef.tar.zst
catskill-5211970448a05205b67d7604ad5e4e3925e4ddef.zip
Intermediate representation taxonomy
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 b8948ac..002966b 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/tree.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/tree.c boot/ir.c boot/parse.c boot/transpile.c boot/build.c
 BOOTSTRAP_TEST_SOURCES = boot/tests/test.c
 SOURCES = src/catskill.csk