Skip to content

Instantly share code, notes, and snippets.

@lilyball
Created January 27, 2016 23:59
Show Gist options
  • Save lilyball/1322d7e3111bcda75fd6 to your computer and use it in GitHub Desktop.
Save lilyball/1322d7e3111bcda75fd6 to your computer and use it in GitHub Desktop.
# 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