fix makefile

master
Matthew 2020-12-18 20:28:27 -05:00
parent 76dc2a30f9
commit b3daeecbd9
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
commands := $(wildcard cmd/*.go)
commands := $(wildcard .*.go)
all: build