wireguard-ui/Makefile

9 lines
101 B
Makefile

build:
CGO_ENABLED=0 go build -v -ldflags="-s -w"
run:
./wireguard-ui
clean:
rm -f wireguard-ui