From 83ccb9085339750fd777b0707641b68c7661a388 Mon Sep 17 00:00:00 2001 From: tobefuturer Date: Sat, 27 Apr 2019 14:41:38 +0800 Subject: [PATCH] update makefile --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 25f5168..be346dd 100644 --- a/makefile +++ b/makefile @@ -1,10 +1,12 @@ .PHONY:restore-symbol -TMP_FILE := libMachObjC.a restore-symbol.dSYM/ build/ +TMP_FILE := libMachObjC.a restore-symbol.dSYM/ build/ class-dump/build/ restore-symbol: + rm -rf $(TMP_FILE) rm -f restore-symbol + git submodule update --init --recursive xcodebuild -project "restore-symbol.xcodeproj" -target "restore-symbol" -configuration "Release" CONFIGURATION_BUILD_DIR="$(shell pwd)" -jobs 4 build rm -rf $(TMP_FILE)