From 903ff13b3be1c29e35621afcef116329e2da16c8 Mon Sep 17 00:00:00 2001 From: Vicente Date: Tue, 2 Apr 2024 21:15:25 -0300 Subject: Implemented left recursion descent parser --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2e857bc..98af738 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ EXES := $(ARCFIND) CFLAGS := $(addprefix -I,$(SRCDIRS)) $(XTRAFLAGS) LDLIBS := -ARCFIND_O := $(addprefix ./bin/, main.o) +ARCFIND_O := $(addprefix ./bin/, main.o, tree.o) all: $(EXES) .PHONY: all -- cgit v1.2.3