add to .PHONY list

This commit is contained in:
cynic 2024-06-14 04:25:02 +00:00
parent 6adda5f544
commit fce8a51ed8

View File

@ -16,5 +16,5 @@ clean:
test:
go test pkg/meshname/*_test.go
.PHONY: all clean test
.PHONY: all meshnamed whoami clean test