fixes-package/Makefile

13 lines
193 B
Makefile
Raw Permalink Normal View History

2022-09-16 01:14:20 +02:00
# makefile for tromjaro fixes package
build:
makepkg
install:
pamac-installer tromjaro-fixes-*.tar.xz
remove:
pamac-installer --remove tromjaro-fixes
clean:
$(RM) -rf src/ pkg/ *.tar.xz