From ded7f094e6d7390362d828c6f2c2352bfd1ac17d Mon Sep 17 00:00:00 2001 From: Stephan van Ellewee Date: Fri, 28 Feb 2020 08:47:10 +0200 Subject: [PATCH] removing makefile reference to godeps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0326580..b6149f0 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION = 2.0.0-alpha.3 BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)" gotty: main.go server/*.go webtty/*.go backend/*.go Makefile - godep go build ${BUILD_OPTIONS} + go build ${BUILD_OPTIONS} .PHONY: asset asset: bindata/static/js/gotty-bundle.js bindata/static/index.html bindata/static/favicon.png bindata/static/css/index.css bindata/static/css/xterm.css bindata/static/css/xterm_customize.css