Private
Public Access
1
0

Remove this install step now that we static link

This commit is contained in:
2025-06-13 17:42:42 -07:00
parent aace2a8dfc
commit bb04bc4352

View File

@@ -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