dsnet/Makefile

8 lines
141 B
Makefile
Raw Normal View History

2020-05-02 16:46:44 +02:00
.PHONY: all build
all: build
build:
GGO_ENABLED=0 GOOS=linux packr build -a -ldflags="-s -w" -o dist/dsnet ./cmd/dsnet.go
upx dist/dsnet