Update Makefile

This commit is contained in:
kayos@tcp.direct 2022-07-28 23:39:52 -07:00
parent 9cb09f52d1
commit 22011cf39a
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -1,6 +1,9 @@
all: deps format check build
build-smol: all smol
build:
go build -x -v -a -ldflags "-s -w -X config.sha1ver=$(gitrev) -X config.buildTime=$(now)"
go build -x -v -a -ldflags "-s -w"
smol:
upx --ultra-brute ./tcp.ac
clean:
rm -f tcp.ac
deps: