projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
62b91ae
)
Makefile: add pickrand
author
Colin P. McCabe
<cmccabe@apache.org>
Wed, 17 Apr 2024 04:40:04 +0000 (21:40 -0700)
committer
Colin P. McCabe
<cmccabe@apache.org>
Wed, 17 Apr 2024 04:40:04 +0000 (21:40 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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