13 lines
230 B
Makefile
13 lines
230 B
Makefile
# makefile for tromjaro-theme-switcher
|
|
build:
|
|
makepkg -s
|
|
|
|
install:
|
|
pamac-installer tromjaro-theme-switcher-*.tar.zst
|
|
|
|
remove:
|
|
pamac-installer --remove tromjaro-theme-switcher
|
|
|
|
clean:
|
|
$(RM) -rf src/ pkg/ icons.tar.gz *.tar.zst
|