Updated compiler

This commit is contained in:
2022-11-26 06:58:38 +00:00
parent 4cf5c6a5bf
commit d199209772
4 changed files with 115 additions and 76 deletions

View File

@@ -19,6 +19,9 @@ TARGETS+=../source/ast_node.c
#parser
TARGETS+=../source/parser.c
#compiler
TARGETS+=../source/compiler.c
TESTS = $(wildcard test_*.c)
OBJ = $(addprefix $(ODIR)/,$(TARGETS:../source/%.c=%.o)) $(addprefix $(ODIR)/,$(TESTS:.c=.o))