diff options
| author | Mel <mel@rnrd.eu> | 2026-05-03 22:31:29 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-05-03 22:31:29 +0200 |
| commit | 56c0c620078b906a1994e0833c522913928b37aa (patch) | |
| tree | d1b404a1b70d0a76c7920eff04f11c00bd3f1cc0 /Makefile | |
| parent | bb94681272a0ee867f8a1e86cf01a2ac0289e25f (diff) | |
| download | catskill-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-- | Makefile | 2 |
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 |
