theme-switcher-package/Makefile

13 lines
185 B
Makefile
Raw Normal View History

2022-09-14 14:28:51 +00:00
# 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