summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManju Srivatsa <srivatsavcool5@gmail.com>2019-02-05 18:37:59 +0530
committerManju Srivatsa <srivatsavcool5@gmail.com>2019-02-11 15:10:55 +0530
commitcea05c3c94abe43b57f785441a50028c2234f625 (patch)
tree3a5cf547256ccb9b1cffc7f1b527cb27dad8e5e5 /Makefile
parentMerge pull request #145 from maurya-anuj/dev (diff)
downloadkubeedge-cea05c3c94abe43b57f785441a50028c2234f625.tar.gz
script to clean the unwanted log files and folders
this script will remove unwanted logs,process and folders Fixes #115
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a5ef62bc..9465eb24e 100644
--- a/Makefile
+++ b/Makefile
@@ -25,3 +25,6 @@ verify:
integration_test:
bash test/integration/scripts/execute.sh
+.PHONY: clean
+clean:
+ bash -x hack/clean.sh