Skip to content

Instantly share code, notes, and snippets.

@ysnrkdm
Created November 19, 2016 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ysnrkdm/1a02431973ead0caf651d1552fb1e2d9 to your computer and use it in GitHub Desktop.
Save ysnrkdm/1a02431973ead0caf651d1552fb1e2d9 to your computer and use it in GitHub Desktop.
.PHONY: build
build: update
TOOLCHAINS=swift swift build -c release -Xswiftc -Ounchecked
.PHONY: update
update: Package.swift
swift package update
.PHONY: run
run: build
.build/release/Graphite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment