Add Makefile and README.md to the repo #3
12
Makefile
Normal file
12
Makefile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user