Add Makefile

This commit is contained in:
2019-08-22 22:07:06 +02:00
parent 6d949aeb5f
commit 32eb70adf4
2 changed files with 33 additions and 1 deletions

12
Makefile Normal file

@ -0,0 +1,12 @@
# makefile for pamac-url-handler
build:
makepkg
install:
pamac-installer pamac-url-handler-*.tar.xz
remove:
pamac-installer --remove pamac-url-handler
clean:
$(RM) -rf src/ pkg/ *.tar.xz