From 34c46a24eebf77c0ecd22d5242f0f3e317bbc6d6 Mon Sep 17 00:00:00 2001 From: Colin P. McCabe Date: Wed, 31 Jul 2024 14:24:18 -0700 Subject: [PATCH] Makefile: Add pickrand to the 'all' target. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 6b984eb..fda4ad1 100644 --- 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 -- 1.6.6.rc1.39.g9a42