From bbd5b16fe7327f4faacc33af737cecf16e11df77 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Tue, 26 Mar 2024 02:08:59 -0400 Subject: [PATCH] update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe49e19..6c4223e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ build-css: # build Go application build-go: - go build -o ./build/potoforio ./main.go + go build -o ./build/potoforio . # cleans up prod css clean-css: