From f5155242a383609c4830753be537f327a547b708 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 4 Sep 2025 11:57:33 -0400 Subject: pke-at: rename main --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 158ca72..5c192f8 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ obj/%.o : src/%.cpp | prepare $(cxx-command) bin/pke-at: ## Builds the pke-at executable -bin/pke-at: obj/pke-at.o +bin/pke-at: obj/main.o $(CXX) -v -std=c++23 $(BUILD_MODE_FLAGS) $(INCS) $^ $(LDFLAGS) $(CXXFLAGS) -o $@ .PHONY: clean -- cgit v1.2.3