You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clair/vendor/github.com/kylelemons/go-gypsy/example/yget/Makefile

12 lines
188 B

include $(GOROOT)/src/Make.inc
TARG=yget
DEP=
GOFILES=\
main.go\
pkgdir=$(GOROOT)/pkg/$(GOOS)_$(GOARCH)
PREREQ+=$(foreach PKG,$(DEP),$(pkgdir)/$(PKG).a)
include $(GOROOT)/src/Make.cmd