diff --git a/Makefile b/Makefile index 81f97b6..83ffed6 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ build: -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" verbose: - GO111MODULE=off go build -v -x \ + GO111MODULE=off go build -v -x -work \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: