ft/adds count_lines to Makefile

This commit is contained in:
itsscb 2023-10-06 00:37:47 +02:00
parent ade7be7f1b
commit 273b011923

View File

@ -86,4 +86,7 @@ proto:
evans:
evans --host localhost --port 9090 --package pb -r repl
.PHONY: postgres migratenew createdb dropdb migrateup migratedown sqlc sqlcinit test server backend_build backend backend-stop reset_docker proto evans
count_lines:
cloc --exclude-dir=.history,.git .
.PHONY: postgres migratenew createdb dropdb migrateup migratedown sqlc sqlcinit test server backend_build backend backend-stop reset_docker proto evans count_lines