1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add 'make size' to Makefile because vanity

This commit is contained in:
Chris Cummer 2018-07-11 13:55:35 -07:00
parent cc4a44e8f5
commit ba97ac7999

View File

@ -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