13 lines
199 B
Makefile
Raw Normal View History

2019-08-22 22:07:06 +02:00
# makefile for pamac-url-handler
build:
2024-07-14 01:14:16 +05:30
makepkg -s
2019-08-22 22:07:06 +02:00
install:
2024-07-14 01:14:16 +05:30
pamac-installer pamac-url-handler-*.tar.zst
2019-08-22 22:07:06 +02:00
remove:
pamac-installer --remove pamac-url-handler
clean:
2024-07-14 01:14:16 +05:30
$(RM) -rf src/ pkg/ *.tar.zst