Add Makefile and README.md to the repo #3

Merged
tio merged 2 commits from rokosun-patch-1 into master 2023-11-04 15:37:33 +00:00
Showing only changes of commit bcdb5f9713 - Show all commits

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