Skip to content

Instantly share code, notes, and snippets.

@ionrock
Last active March 5, 2018 07:31
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 ionrock/e3035aa01aa956c0f959a42dbbe40956 to your computer and use it in GitHub Desktop.
Save ionrock/e3035aa01aa956c0f959a42dbbe40956 to your computer and use it in GitHub Desktop.
SOURCES=$(shell find . -name '*.go')
myapp: $SOURCES
go build -o myapp ./cmd/myapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment