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