From ee5913477899777e396d62200fe7a02807c8e391 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 3 Aug 2026 18:25:35 +0000 Subject: [PATCH] fix makefile phony targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec729fa..9b85b2a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: build test clean +.PHONY: build clean build: clean @echo "======================== Building Binary ======================="