12 lines
192 B
Makefile
12 lines
192 B
Makefile
|
# 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
|