summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-11-25 19:08:12 -0500
committersiddharth ravikumar <s@ricketyspace.net>2022-11-25 19:08:12 -0500
commit8dbe36fc9bd52d8163516f7eba603be4d660a918 (patch)
tree97253ce13d2e935d7f64826c4b67f02d852cdbf3 /Makefile
parent3614cf054a636640ddc9c09c2db81b953bda7a05 (diff)
Makefile: update `fmt`
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