update the manager to include noui

This commit is contained in:
idk
2019-09-27 23:45:37 -04:00
parent 06113918ea
commit b89d62e481
4 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ USR := usr/
LOCAL := local/
VERSION := 0.32.081
GO111MODULE=on
GO111MODULE=off
echo:
@echo "$(GOPATH)"
@ -92,7 +92,7 @@ daemon-cli: bin/$(samcatd)-cli
bin/$(samcatd)-cli:
mkdir -p bin
cd samcatd && go build -a -tags "netgo" \
cd samcatd && go build -a -tags "netgo cli" \
-ldflags '-w -extldflags "-static"' \
-o ../bin/$(samcatd)-cli \
./*.go