summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fca2bc646..ae67b1c37 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ node_modules:
yarn
clean:
- -rm -f deno assets.go msg.pb.go msg.pb.js msg.pb.d.ts
+ -rm -f deno assets.go msg.pb.go msg.pb.js msg.pb.d.ts
-rm -rf dist/
distclean: clean
@@ -58,7 +58,7 @@ lint: node_modules
go vet
fmt: node_modules
- yarn fmt
+ yarn fmt
go fmt
clang-format msg.proto -i