From: Colin P. McCabe <cmccabe@apache.org>
Date: Wed, 17 Apr 2024 04:40:04 +0000 (-0700)
Subject: Makefile: add pickrand
X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c3b55a51bfaee156a5bae2f43112cf6d3cb176d;p=cmccabe-bin

Makefile: add pickrand
---

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