about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-05-03 01:30:28 +0200
committerMel <mel@rnrd.eu>2026-05-03 01:30:28 +0200
commit1512abed55dd3f779eb774eb03f605397a4a45fe (patch)
tree42ea2ae10c5667bcbd46e30432ed574b620e681a /Makefile
parentfb13c2be5538b10ae456bcb30bfef6622ab6911f (diff)
downloadcatskill-1512abed55dd3f779eb774eb03f605397a4a45fe.tar.zst
catskill-1512abed55dd3f779eb774eb03f605397a4a45fe.zip
Move tree visit definitions in visit.c to visit/tree.c for future consistency
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 046c3c1..b8948ac 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.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/parse.c boot/transpile.c boot/build.c
 BOOTSTRAP_TEST_SOURCES = boot/tests/test.c
 SOURCES = src/catskill.csk