From c7c629ee213cc220abdef40d0b14d87d17186539 Mon Sep 17 00:00:00 2001 From: Gwyn Date: Thu, 12 Sep 2024 07:29:30 -0600 Subject: [PATCH] Improves makefile by making serving link clickable from my terminal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e12cd3c..2462ee2 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ run: - go run github.com/playtechnique/andrew/cmd/andrew@v0.1.5 /Users/gwyn/Developer/playtechnique/website/content localhost:8081 localhost:8081 + go run github.com/playtechnique/andrew/cmd/andrew@v0.1.5 /Users/gwyn/Developer/playtechnique/website/content localhost:8081 http://localhost:8081