diff options
| author | Mel <mel@rnrd.eu> | 2026-05-03 19:54:15 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-05-03 19:54:15 +0200 |
| commit | 74ffd7a95c0894a96ab984e2c4d2cd9c75539af0 (patch) | |
| tree | ef8db3b3432dc1203b12079247c982892c7d21d1 /Makefile | |
| parent | 5211970448a05205b67d7604ad5e4e3925e4ddef (diff) | |
| download | catskill-74ffd7a95c0894a96ab984e2c4d2cd9c75539af0.tar.zst catskill-74ffd7a95c0894a96ab984e2c4d2cd9c75539af0.zip | |
IR visit system and pretty printer
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 002966b..7e1f989 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/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/parse.c boot/transpile.c boot/build.c BOOTSTRAP_TEST_SOURCES = boot/tests/test.c SOURCES = src/catskill.csk |
