mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-13 18:18:15 +03:00
8 lines
101 B
Makefile
8 lines
101 B
Makefile
build:
|
|
CGO_ENABLED=0 go build -v -ldflags="-s -w"
|
|
|
|
run:
|
|
./wireguard-ui
|
|
|
|
clean:
|
|
rm -f wireguard-ui
|