diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -6,7 +6,4 @@ wireguard-go: $(wildcard *.go) clean: rm -f wireguard-go -cloc: - cloc $(filter-out xchacha20.go $(wildcard *_test.go), $(wildcard *.go)) - .PHONY: clean cloc |