diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index f54b91b..069ba64 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,6 +27,7 @@ test: check ## make test # run tests NODE_ENV=test vitest --config .vite.config.ts @rm -f testjdm.db testsessions.db +.PHONY: help help: @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' |