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:
parent
83eb8d617d
commit
8b169c6fdb
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
|||||||
.PHONY: contrib_check dependencies install run
|
.PHONY: contrib_check dependencies install run size
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build -o bin/wtf
|
go build -o bin/wtf
|
||||||
@ -13,3 +13,6 @@ install:
|
|||||||
|
|
||||||
run: build
|
run: build
|
||||||
bin/wtf
|
bin/wtf
|
||||||
|
|
||||||
|
size:
|
||||||
|
loc --exclude vendor/ _sample_configs/ _site/ docs/ Makefile *.md *.toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user