Makefile: add pickrand master
authorColin P. McCabe <cmccabe@apache.org>
Wed, 17 Apr 2024 04:40:04 +0000 (21:40 -0700)
committerColin P. McCabe <cmccabe@apache.org>
Wed, 17 Apr 2024 04:40:04 +0000 (21:40 -0700)
Makefile

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