update modules

This commit is contained in:
idk
2019-08-14 16:47:32 -04:00
parent 7c0d7cb0d5
commit b6c3371366

View File

@ -84,10 +84,10 @@ daemon: clean-daemon bin/$(samcatd)
bin/$(samcatd):
mkdir -p bin
go build -a -tags netgo \
cd samcatd && go build -a -tags netgo \
-ldflags '-w -extldflags "-static"' \
-o ./bin/$(samcatd) \
./samcatd/*.go
-o ../bin/$(samcatd) \
./*.go
all: daemon