Skip to content

Instantly share code, notes, and snippets.

@dim13
Created September 8, 2017 12:30
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 dim13/c840b5efb1c1ee2f82dcbb3ad01423e4 to your computer and use it in GitHub Desktop.
Save dim13/c840b5efb1c1ee2f82dcbb3ad01423e4 to your computer and use it in GitHub Desktop.
DEPS=$(shell go list -f '{{join .Deps " "}}' .)
SRCS=$(shell go list -f '{{range .GoFiles}}{{$$.Dir}}/{{.}} {{end}}' ${DEPS} .)
app: ${SRCS}
go build -o $@ .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment