From bb04bc4352e7e7e2c84b4d629fa00b5291f5d902 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Fri, 13 Jun 2025 17:42:42 -0700 Subject: [PATCH] Remove this install step now that we static link --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e3b73f4..c18ec34 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,6 @@ build/Release/kordophoned: install: build/Release/kordophoned install -d $(INSTALL_PATH) install build/Release/kordophoned $(INSTALL_PATH) - cp -rf build/Release/CocoaHTTPServer.framework $(INSTALL_PATH) clean: rm -Rf build