compiler/compiler.mk

9 lines
108 B
Makefile

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