From 6c3b55a51bfaee156a5bae2f43112cf6d3cb176d Mon Sep 17 00:00:00 2001
From: Colin P. McCabe <cmccabe@apache.org>
Date: Tue, 16 Apr 2024 21:40:04 -0700
Subject: [PATCH] Makefile: add pickrand

---
 Makefile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index a4d7136..6b984eb 100644
--- a/Makefile
+++ b/Makefile
@@ -23,5 +23,8 @@ hexconv:	hexconv.o
 
 random_word:	random_word.o
 
+pickrand:
+	go build pickrand.go
+
 clean:
-	rm -rf bytor path-fixer errno_speak show_default_sockopts simple_time vimstart hexconv *.o
+	rm -rf bytor path-fixer errno_speak show_default_sockopts simple_time vimstart hexconv pickrand *.o
-- 
1.6.6.rc1.39.g9a42