From 495bfe58b6354d46e14500058e3a3a9b6039e2a1 Mon Sep 17 00:00:00 2001 From: jamesread Date: Thu, 27 May 2021 08:37:36 +0100 Subject: [PATCH] Clean target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7746d94..35febe8 100644 --- a/Makefile +++ b/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