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 # makefile for layout-switcher
build: build:
makepkg makepkg -s
install: install:
pamac-installer tromjaro-layout-switcher-*.tar.xz pamac-installer tromjaro-layout-switcher-*.tar.zst
remove: remove:
pamac-installer --remove tromjaro-layout-switcher pamac-installer --remove tromjaro-layout-switcher
clean: clean:
$(RM) -rf src/ pkg/ *.tar.xz $(RM) -rf src/ pkg/ icons.zip profiles.zip *.tar.zst