Update Makefile

This commit is contained in:
kayos@tcp.direct 2023-06-14 12:21:54 -07:00
parent ec84c5c816
commit 03fa7284e6
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -1,7 +1,7 @@
all: deps format check build
build-smol: all smol
build:
go build -x -v -a -ldflags "-s -w"
go build -trimpath -x -v -a -ldflags "-s -w"
smol:
upx --ultra-brute ./tcp.ac
clean: