summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJulien Dessaux2023-02-02 21:07:15 +0100
committerJulien Dessaux2023-02-02 21:07:15 +0100
commite71e3d6616fc65f2257d44cb51914c7cec7d0030 (patch)
tree2a6138a0f5ba13992cb6a2a323383fe67ecede32 /GNUmakefile
parentUpdated dependencies (diff)
downloadjeux-de-mots-e71e3d6616fc65f2257d44cb51914c7cec7d0030.tar.gz
jeux-de-mots-e71e3d6616fc65f2257d44cb51914c7cec7d0030.tar.bz2
jeux-de-mots-e71e3d6616fc65f2257d44cb51914c7cec7d0030.zip
Fixed makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
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}'