dsnet/Makefile

8 lines
138 B
Makefile
Raw Normal View History

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