makefile: fix missing .PHONY

This commit is contained in:
djmil 2026-05-14 22:17:55 +00:00
parent fd9621669c
commit 1479022388

View File

@ -1,4 +1,4 @@
.PHONY: help init setup build run test test-race lint lint-fix security docs clean .PHONY: help init setup build run test test-race test-verbose lint lint-fix security docs release clean
include tools.versions include tools.versions