Created
January 27, 2016 23:59
-
-
Save lilyball/1322d7e3111bcda75fd6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Carthage has no built-in way of testing if built products are already up-to-date | |
# Lets use a stampfile ourselves, so we don't have to rebuild each time if nothing changed | |
Carthage: Carthage/Build/build.stamp | |
Carthage/Build/build.stamp: Cartfile.resolved | |
-$(RM) -r Carthage/Build | |
$(CARTHAGE) bootstrap --platform iOS,watchOS | |
@touch '$@' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment