From ea7d1b82702901ae00e246bcda4a1be70f4c1a0d Mon Sep 17 00:00:00 2001 From: rokosun Date: Mon, 25 Dec 2023 08:02:42 +0000 Subject: [PATCH] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1027abb..0c8be77 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # makefile for layout-switcher build: - makepkg + makepkg -s install: - pamac-installer tromjaro-layout-switcher-*.tar.xz + pamac-installer tromjaro-layout-switcher-*.tar.zst remove: pamac-installer --remove tromjaro-layout-switcher clean: - $(RM) -rf src/ pkg/ *.tar.xz + $(RM) -rf src/ pkg/ icons.zip profiles.zip *.tar.zst