From aef41c375e0376f91bbda3fdb9e713ff64eaa365 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 2 Dec 2022 20:10:48 +0100 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66956ff..467424a 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -srv: cmd/*.go internal/routing/*.go +srv: cmd/*.go internal/*/*.go go build -o srv ./cmd/