makefile: update .PHONY target

This commit is contained in:
perennial
2024-09-16 19:18:35 +10:00
parent 47aafb75f1
commit 7224c098f3
+1 -1
View File
@@ -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