From b190bcc21ad37887981cde1b23db8b7df316522d Mon Sep 17 00:00:00 2001 From: Vicente Ferrari Smith Date: Thu, 9 Oct 2025 07:42:28 +0200 Subject: [PATCH] phony run --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ae5d921..f88aa9d 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ build: cp -r ui bin/linux_amd64 cp Caddyfile bin/linux_amd64 +.PHONY: run run: @echo "Running the website..." go run ./cmd/web/*.go