updated MAKEFILE

This commit is contained in:
AnilChinchawale 2018-06-06 16:55:00 +05:30
parent ea8fb76452
commit 77a41fcc7d

View file

@ -11,6 +11,10 @@
GOBIN = $(shell pwd)/build/bin
GOFMT = gofmt
GO ?= latest
GO_PACKAGES = .
GO_FILES := $(shell find $(shell go list -f '{{.Dir}}' $(GO_PACKAGES)) -name \*.go)
GIT = git
XDC:
build/env.sh go run build/ci.go install ./cmd/XDC