diff --git a/Makefile b/Makefile index 19d63ae6..0a1982b5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: contrib_check dependencies install run +.PHONY: contrib_check dependencies install run size build: go build -o bin/wtf @@ -13,3 +13,6 @@ install: run: build bin/wtf + +size: + loc --exclude vendor/ _sample_configs/ _site/ docs/ Makefile *.md *.toml