Makefile: Add pickrand to the 'all' target. master
authorColin P. McCabe <cmccabe@apache.org>
Wed, 31 Jul 2024 21:24:18 +0000 (14:24 -0700)
committerColin P. McCabe <cmccabe@apache.org>
Wed, 31 Jul 2024 21:24:18 +0000 (14:24 -0700)
Makefile

index 6b984eb..fda4ad1 100644 (file)
--- 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