13 lines
206 B
Makefile
Raw Normal View History

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