aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/makefile b/makefile
index acfb87c..4d28028 100644
--- a/makefile
+++ b/makefile
@@ -52,6 +52,14 @@ install: rose
cp style.css /usr/share/themes/rose/
cp rose-mklink /usr/bin
+uninstall:
+ rm -r /usr/share/themes/rose
+ rm /usr/bin/rose
+ rm /usr/bin/rose-mklink
+
+clean:
+ rm rose
+
format: $(SRC) $(PLUGS)
$(FORMATTER) $(SRC) $(PLUGS)