theme-switcher-package/Makefile
2022-09-14 16:28:51 +02:00

13 lines
185 B
Makefile

# makefile for theme-switcher
build:
makepkg
install:
pamac-installer theme-switcher-*.tar.xz
remove:
pamac-installer --remove theme-switcher
clean:
$(RM) -rf src/ pkg/ *.tar.xz