From: Jay Freeman (saurik) Date: Mon, 2 Nov 2015 09:50:34 +0000 (-0800) Subject: Set .SECONDARY to stop deletion of .libs/cycript_. X-Git-Tag: v0.9.504~28 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/1ed2735b1c3ae6ff71a46577c8f82764cfd019e8?ds=inline Set .SECONDARY to stop deletion of .libs/cycript_. --- diff --git a/apple.mk b/apple.mk index 0d0d4a0..215f4d5 100644 --- a/apple.mk +++ b/apple.mk @@ -17,6 +17,7 @@ # along with this program. If not, see . # }}} +.SECONDARY: .DELETE_ON_ERROR: SHELL := /bin/bash