compiler/compiler.mk
2025-02-24 22:12:13 -06:00

10 lines
123 B
Makefile

OBJ = \
lexer.o \
parser.o \
malloc.o \
printf.o \
string_parse.o \
string_unparse.o \
ast_print.o \
main_hosted.o