From e6763a6d4b99e610a2685ea777a6ccef1f357566 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 19 May 2025 21:05:11 +0200 Subject: [PATCH] Modified Makefile with PHONY targets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ac79fb9..c91cb10 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: build build_win clean + build: go build .