From b3daeecbd97a38444b9ccaffa355522362f723af Mon Sep 17 00:00:00 2001 From: Matthew R Date: Fri, 18 Dec 2020 20:28:27 -0500 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af35d67..089cb05 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -commands := $(wildcard cmd/*.go) +commands := $(wildcard .*.go) all: build