From a3516ce47a6e47995441034462bb427131978108 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 18 Jul 2024 12:44:50 +0200 Subject: [PATCH] Fix make file Signed-off-by: William --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 874391b..952b74d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include .env all: clean buildserver run: - go run main.go + go run ./cmd/speedy_auth/main.go buildserver: go build ./cmd/speedy_auth