Compare commits

..

No commits in common. "a41b34af17cc7a37c01f94b288907c65a5ca0ec1" and "287aad97eab3561552b14eb85e2877d924ee334a" have entirely different histories.

2 changed files with 0 additions and 33 deletions

View File

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

View File

@ -1,21 +0,0 @@
# TROMjaro Welcome app
A Welcome app for TROMjaro Linux that gives users a nice overview of their operating system.
## Building the package
Open Terminal and issue the command:
`make`
To install the package right after building, use:
`make install`
To remove just installed package, use:
`make remove`
To cleanup the project folder, use:
`make clean`