Browse Source

Clean target

jamesread 5 years ago
parent
commit
495bfe58b6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -44,4 +44,7 @@ webui-codestyle:
 	cd webui && eslint main.js js/*
 	cd webui && stylelint style.css
 
+clean:
+	rm -rf dist OliveTin OliveTin.armhf OliveTin.exe reports gen
+
 .PHONY: grpc