diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-28 11:44:54 -0600 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-03-28 11:44:54 -0600 |
commit | ce069bdd7350ac62d3f0132789b21aa8733641de (patch) | |
tree | 839aaea117b66c7438262e4f0c45f91cdbc985ec /makefile | |
parent | 0b9386f5fe85f3dcb8dff26d0256e1972e755cde (diff) |
tweak: add make uninstall, make clean
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |