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