dsnet/Makefile
Martin Eskdale Moen 18a6b1c719 Added makefile
2020-05-02 15:46:44 +01:00

8 lines
141 B
Makefile

.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