From 2b81868c4444444643abd1ce803f2e88ce1c6241 Mon Sep 17 00:00:00 2001 From: David Taing Date: Thu, 15 Feb 2024 14:54:58 +1100 Subject: [PATCH] rename run-local makefile target to run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9206592..15a7f91 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: @echo "Building go-hello server" @go build -o bin/go-hello -run-local: +run: @echo "Running go-hello server" @./bin/go-hello