Created
September 8, 2017 12:30
-
-
Save dim13/c840b5efb1c1ee2f82dcbb3ad01423e4 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
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