fixes-package/Makefile

13 lines
193 B
Makefile
Raw Permalink Normal View History

2022-09-15 23:14:20 +00: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