Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobefuturer committed Apr 27, 2019
1 parent 07ef7fa commit 83ccb90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 83ccb90

Please sign in to comment.