wireguard-ui/Makefile
2023-12-27 06:07:29 +05:00

8 lines
101 B
Makefile

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