From f9ba177081ae6eca8a36932e1516d1d9d6cc636a Mon Sep 17 00:00:00 2001 From: Mohammad Aziz Date: Fri, 29 Aug 2025 17:52:58 +0530 Subject: [PATCH] Remove duplicated PHONY --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5fb25b8..1ee12be 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -.PHONY: test start .PHONY: test start pushbuild test: go test ./...