13 lines
185 B
Makefile
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
|