summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-14 03:15:21 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-14 03:15:21 -0400
commit2da9893da33f05fd9122b6052c67eabcd570b0d5 (patch)
treefb9fcd9ea13aae2f6c29b2e8ae20a6472c7fc9c0 /Makefile
parent7828d7fd7a4ccfc7ba41765131ac82bccd2e43bb (diff)
Format
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6164ec8a4..f43c453b6 100644
--- a/Makefile
+++ b/Makefile
@@ -31,4 +31,8 @@ lint: node_modules
yarn lint
go vet
+fmt: node_modules
+ yarn fmt
+ go fmt
+
.PHONY: lint clean distclean