layout-switcher-package/Makefile

13 lines
206 B
Makefile
Raw Normal View History

2022-09-15 23:08:06 +00:00
# makefile for layout-switcher
2022-09-07 03:40:56 +00:00
build:
makepkg
install:
2022-09-15 23:08:06 +00:00
pamac-installer tromjaro-layout-switcher-*.tar.xz
2022-09-07 03:40:56 +00:00
remove:
2022-09-15 23:08:06 +00:00
pamac-installer --remove tromjaro-layout-switcher
2022-09-07 03:40:56 +00:00
clean:
$(RM) -rf src/ pkg/ *.tar.xz