aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:44:54 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:44:54 -0600
commitce069bdd7350ac62d3f0132789b21aa8733641de (patch)
tree839aaea117b66c7438262e4f0c45f91cdbc985ec
parent0b9386f5fe85f3dcb8dff26d0256e1972e755cde (diff)
tweak: add make uninstall, make clean
-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)