diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-22 18:54:58 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-23 00:08:13 +0100 |
commit | 469143445f6ef32b7dff34a755f1464068db322b (patch) | |
tree | 7eda3a9970a65f7b4cab796b5a66d8d384f3e528 /Makefile | |
parent | 3537be9e7c578f8ca84e9d420044654577706a11 (diff) | |
download | web-blocket.tar.gz |
Add 'blp' toolblocket
This script retrieves the phone number associated with a Blocket.se ad.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ install: - install blm blq xii /usr/bin/ - install -m 644 blq.1 blm.1 xii.1 /usr/share/man/man1/ + install blm blp blq xii /usr/bin/ + install -m 644 blm.1 blp.1 blq.1 xii.1 /usr/share/man/man1/ install -m 644 mboxu.5 /usr/share/man/man5/ |