From ea3bb84b7b3764a2d1d6fcee4bd95ec32df95e5a Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 31 Dec 2018 18:30:05 +1300 Subject: [PATCH] build: remove Dep references in Makefile --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2331e02..af0ac77 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ GOFLAGS=-a \ -gcflags "-trimpath ${GOPATH}" \ -asmflags "-trimpath ${GOPATH}" -SOURCES=client/ Gopkg.lock Gopkg.toml Makefile Config.go main.go nmdc-webfrontend.conf.SAMPLE +SOURCES=client/ go.mod go.sum Makefile Config.go main.go nmdc-webfrontend.conf.SAMPLE .PHONY: all deps clean @@ -18,8 +18,6 @@ all: $(BINNAME)-$(VERSION)-win32.7z $(BINNAME)-$(VERSION)-linux64.tar.xz $(BINNA deps: npm install -g less uglify-js less-plugin-clean-css html-minifier go get -u github.com/jteeuwen/go-bindata/... - go get -u github.com/golang/dep/cmd/dep - dep ensure clean: rm -f ./$(BINNAME)