From f59380a35e40b30c7d379b40e3f77501d96e2455 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 5 Sep 2021 01:57:50 +0200 Subject: [PATCH] feat: add new target for LOC stats [ci skip] --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0e79de28..faceeca7 100644 --- a/Makefile +++ b/Makefile @@ -34,3 +34,6 @@ static: test: @go test ./... -cover + +loc: + @find . -name "*.go" | xargs wc -l