dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 33a3ade863a996cc798daa9dd5512b59686fa9c9
parent 5639d9bc79d2adf88bdf1a2a8595512ebf1433c2
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sun,  4 Dec 2022 01:09:25 -0500

add fun make function to calculate files size

Diffstat:
MMakefile | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -81,4 +81,11 @@ count: | xargs wc -l \ | sort +size: + @find \ + ./pkg \ + ./scripts \ + -name '*.go' \ + | xargs du -sch + .PHONY: serve bindata bindata-dev bindata-locals