From: Colin P. McCabe <cmccabe@apache.org>
Date: Wed, 31 Jul 2024 21:24:18 +0000 (-0700)
Subject: Makefile: Add pickrand to the 'all' target.
X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c46a24eebf77c0ecd22d5242f0f3e317bbc6d6;p=cmccabe-bin

Makefile: Add pickrand to the 'all' target.
---

diff --git a/Makefile b/Makefile
index 6b984eb..fda4ad1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CFLAGS=-Wall -O2
 
-all:		audiobooker bytor path-fixer errno_speak show_default_sockopts random_word simple_time vimstart hexconv
+all:		audiobooker bytor path-fixer errno_speak show_default_sockopts random_word simple_time vimstart hexconv pickrand
 
 audiobooker:
 	go build audiobooker.go