From: Jay Freeman (saurik) Date: Tue, 19 Aug 2014 21:10:55 +0000 (-0700) Subject: The .PHONY was not updated from package to zip :(. X-Git-Tag: v0.9.502~3 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/35ef83e8dd8ab075f62399c043ac73cbe7128595 The .PHONY was not updated from package to zip :(. --- diff --git a/xcode.mk b/xcode.mk index c6db97a..57f354f 100644 --- a/xcode.mk +++ b/xcode.mk @@ -177,4 +177,4 @@ install: Cycript.lib/cycript Cycript.lib/libcycript.dylib Cycript.lib/libcycript sudo cp -af $(filter-out %.dylib,$^) /usr/bin sudo cp -af $(filter %.dylib,$^) /usr/lib -.PHONY: all clean install package +.PHONY: all clean install zip