From: Colin P. McCabe Date: Wed, 17 Apr 2024 04:40:04 +0000 (-0700) Subject: Makefile: add pickrand X-Git-Url: http://www.club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?p=cmccabe-bin;a=commitdiff_plain;h=HEAD 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