aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 09cdbe3..3fb13be 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ all: clean build
clean:
$(RM) -rv build/ out/ *.class
+ $(RM) -rv /usr/bin/kloud/
+ $(RM) -rv /usr/share/kloud/kloud-*-all.jar
build:
gradle build