summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-05-18 13:14:09 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-05-18 13:14:09 -0700
commitf44894e29568954570c794ff3c829c9c67a9dd78 (patch)
tree11ab41c310e6d9037342d2748e0cdec6dfa6d12a /Makefile
parent245823e47444ee52f26fdfadf49afc5959567f53 (diff)
downloadqtlocation-mapboxgl-f44894e29568954570c794ff3c829c9c67a9dd78.tar.gz
Remove clean from ipackage* dependencies
Fixes #1584
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7b796043c0..748105102a 100644
--- a/Makefile
+++ b/Makefile
@@ -134,10 +134,10 @@ isim: XCPRETTY := $(shell ./scripts/xcpretty.sh)
isim: Xcode/ios
xcodebuild -sdk iphonesimulator ARCHS="x86_64 i386" -project ./build/ios/gyp/ios.xcodeproj -configuration Debug -target iosapp -jobs $(JOBS) $(XCPRETTY)
-ipackage: clean Xcode/ios
+ipackage: Xcode/ios
JOBS=$(JOBS) ./scripts/ios/package.sh
-ipackage-sim: clean Xcode/ios
+ipackage-sim: Xcode/ios
JOBS=$(JOBS) ./scripts/ios/package.sh sim
itest: ipackage-sim KIF