projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6c3b55a
)
Makefile: Add pickrand to the 'all' target.
master
author
Colin P. McCabe
<cmccabe@apache.org>
Wed, 31 Jul 2024 21:24:18 +0000 (14:24 -0700)
committer
Colin P. McCabe
<cmccabe@apache.org>
Wed, 31 Jul 2024 21:24:18 +0000 (14:24 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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