From 00ec031cb2ac7b9afda1cda97c91187a7a47e23a Mon Sep 17 00:00:00 2001 From: Pedro Souza Date: Tue, 2 Apr 2024 21:32:43 -0300 Subject: sync --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98af738..c06e73e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ EXES := $(ARCFIND) CFLAGS := $(addprefix -I,$(SRCDIRS)) $(XTRAFLAGS) LDLIBS := -ARCFIND_O := $(addprefix ./bin/, main.o, tree.o) +ARCFIND_O := $(addprefix ./bin/, main.o tree.o bu-parser.o) all: $(EXES) .PHONY: all -- cgit v1.2.3