X-Git-Url: http://www.club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?p=cmccabe-bin;a=blobdiff_plain;f=Makefile;h=6b984eb69ad78820bf2b886fe8db1dbf2dccd873;hp=a4d7136ca7973100357ef4b5050a7f27ac11d566;hb=HEAD;hpb=62b91ae48f0a181506dc03d09ac3f2f9cc71c33c 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