]> git.saurik.com Git - cycript.git/commitdiff
Set .SECONDARY to stop deletion of .libs/cycript_.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 2 Nov 2015 09:50:34 +0000 (01:50 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 2 Nov 2015 09:50:34 +0000 (01:50 -0800)
apple.mk

index 0d0d4a0604046807a15906caf0bf6f9cace79b74..215f4d5ad886a118cbf5d3a9e502634747e7753b 100644 (file)
--- a/apple.mk
+++ b/apple.mk
@@ -17,6 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 # }}}
 
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 # }}}
 
+.SECONDARY:
 .DELETE_ON_ERROR:
 SHELL := /bin/bash
 
 .DELETE_ON_ERROR:
 SHELL := /bin/bash