From 469143445f6ef32b7dff34a755f1464068db322b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 22 Nov 2020 18:54:58 +0100 Subject: Add 'blp' tool This script retrieves the phone number associated with a Blocket.se ad. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90e7260..d30a1e6 100644 --- a/Makefile +++ b/Makefile @@ -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/ -- cgit v1.2.3