mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Updated compiler
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user