Rewrite layout switcher in Nim #3

Merged
tio merged 8 commits from nim-rewrite into master 2023-12-26 00:08:43 +00:00
Showing only changes of commit ea7d1b8270 - Show all commits

View File

@ -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