From f546424ab20763706be94a06a3a8e7d3724f273d Mon Sep 17 00:00:00 2001 From: acly7946 Date: Mon, 11 Apr 2022 23:17:21 +0000 Subject: [PATCH] Added uninstall target --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index c1c8c13a..f959427b 100644 --- a/Makefile +++ b/Makefile @@ -88,4 +88,10 @@ install: cp ./assets/wall_4K.png /usr/share/hyprland cp ./assets/wall_8K.png /usr/share/hyprland +uninstall: + rm -f /usr/share/wayland-sessions/hyprland.desktop + rm -f /usr/bin/Hyprland + rm -f /usr/bin/hyprctl + rm -rf /usr/share/hyprland + config: xdg-shell-protocol.o wlr-layer-shell-unstable-v1-protocol.o wlr-screencopy-unstable-v1-protocol.o idle-protocol.o ext-workspace-unstable-v1-protocol.o