Makefile: vet command add .PHONY

This commit is contained in:
imalasong 2024-04-01 21:41:25 +08:00
parent c964ad370b
commit 7c60c2d1a6

View File

@ -42,6 +42,7 @@ fmt-check:
exit 1; \
fi;
.PHONY: vet
vet:
$(GO) vet $(VETPACKAGES)