13 lines
221 B
Makefile
13 lines
221 B
Makefile
# makefile for tromjaro-welcome-app
|
|
build:
|
|
makepkg -s
|
|
|
|
install:
|
|
pamac-installer tromjaro-welcome-app-*.tar.zst
|
|
|
|
remove:
|
|
pamac-installer --remove tromjaro-welcome-app
|
|
|
|
clean:
|
|
$(RM) -rf src/ pkg/ pictures.zip *.tar.zst
|