From fce8a51ed83d38f8f342caa518e6a51b297d1652 Mon Sep 17 00:00:00 2001 From: cynic Date: Fri, 14 Jun 2024 04:25:02 +0000 Subject: [PATCH] add to .PHONY list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d76fe7..35c8daa 100644 --- a/Makefile +++ b/Makefile @@ -16,5 +16,5 @@ clean: test: go test pkg/meshname/*_test.go -.PHONY: all clean test +.PHONY: all meshnamed whoami clean test