From 147902238862176bb5dda30441ba5f1fee891b46 Mon Sep 17 00:00:00 2001 From: djmil Date: Thu, 14 May 2026 22:17:55 +0000 Subject: [PATCH] makefile: fix missing .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9194b92..fddf519 100644 --- a/Makefile +++ b/Makefile @@ -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