From 6a0d8e619f830b8a42375f826550a2e59a315045 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Sun, 23 Dec 2018 22:59:38 -0500 Subject: [PATCH] add bin/pick to makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53e605a..9a805de 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ INCS = -Iinc/ -BINS = bin/tide bin/registrar bin/edit bin/fetch +BINS = bin/tide bin/registrar bin/edit bin/fetch bin/pick MAN1 = docs/tide.1 LIBEDIT_OBJS = \ -- 2.52.0