From 7224c098f383bbbf8a2f04da8b228b07da5a1f9e Mon Sep 17 00:00:00 2001 From: perennial Date: Mon, 16 Sep 2024 19:18:35 +1000 Subject: [PATCH] makefile: update .PHONY target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index daca564..6603d25 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ export PIXIVFE_TOKEN=token_123456 export PIXIVFE_IMAGEPROXY=pximg.cocomi.cf export PIXIVFE_PORT=8282 -.PHONY: all fmt build test run clean +.PHONY: all fmt build test run clean install-pre-commit help all: fmt build test