Add Makefile

This commit is contained in:
Rokosun 2023-11-03 16:08:33 +01:00
parent a98512e259
commit bcdb5f9713
1 changed files with 12 additions and 0 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
# 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