From ba97ac79994510c1f658699020661dacd9753109 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Wed, 11 Jul 2018 13:55:35 -0700 Subject: [PATCH] Add 'make size' to Makefile because vanity --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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