summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 46f17b9..f43641d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,7 @@ fern: fmt
go build
fmt:
- go fmt ${MOD} ${MOD}/config ${MOD}/db ${MOD}/feed \
- ${MOD}/file ${MOD}/schema ${MOD}/state
+ go fmt ./...
test:
go test -v ${MOD}/db