dsnet/Makefile
2020-05-07 17:11:32 +01:00

8 lines
138 B
Makefile

.PHONY: all build
all: build
build:
CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o dist/dsnet ./cmd/dsnet.go
upx dist/dsnet