From e71e3d6616fc65f2257d44cb51914c7cec7d0030 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 2 Feb 2023 21:07:15 +0100 Subject: Fixed makefile --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) 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}' -- cgit v1.2.3