Remove this install step now that we static link
This commit is contained in:
1
Makefile
1
Makefile
@@ -8,7 +8,6 @@ build/Release/kordophoned:
|
|||||||
install: build/Release/kordophoned
|
install: build/Release/kordophoned
|
||||||
install -d $(INSTALL_PATH)
|
install -d $(INSTALL_PATH)
|
||||||
install build/Release/kordophoned $(INSTALL_PATH)
|
install build/Release/kordophoned $(INSTALL_PATH)
|
||||||
cp -rf build/Release/CocoaHTTPServer.framework $(INSTALL_PATH)
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -Rf build
|
rm -Rf build
|
||||||
|
|||||||
Reference in New Issue
Block a user