@@ -0,0 +1,12 @@
all: wireguard-go
wireguard-go: $(wildcard *.go)
go build -o $@
clean:
rm -f wireguard-go
cloc:
cloc $(filter-out xchacha20.go $(wildcard *_test.go), $(wildcard *.go))
.PHONY: clean cloc
The note is not visible to the blocked user.