commit 211fc4b5189e13bf02e30feda5e206ed25c5fff3 parent d6f1b4eb8dcd24d06b3478728ac0d89d2ff96ac6 Author: Sean Enck <sean@ttypty.com> Date: Sat, 7 Aug 2021 09:20:33 -0400 cmd dirs are now prefixed Diffstat:
9 files changed, 0 insertions(+), 1 deletion(-)
diff --git a/cmd/bash/completions.bash b/cmd/lb-bash/completions.bash diff --git a/cmd/bash/main.go b/cmd/lb-bash/main.go diff --git a/cmd/diff/main.go b/cmd/lb-diff/main.go diff --git a/cmd/pwgen/main.go b/cmd/lb-pwgen/main.go diff --git a/cmd/rekey/main.go b/cmd/lb-rekey/main.go diff --git a/cmd/rw/main.go b/cmd/lb-rw/main.go diff --git a/cmd/stats/main.go b/cmd/lb-stats/main.go diff --git a/cmd/totp/main.go b/cmd/lb-totp/main.go diff --git a/configure b/configure @@ -76,7 +76,6 @@ clean: cnt=0 for binapp in ${binapps[@]}; do app=${APPS[$cnt]} - app=$(echo $app | sed 's/lb-//g') cnt=$((cnt+1)) echo "$binapp: \$(shell find . -type f -name '*.go') go.*" echo " go build -o $binapp \$(FLAGS) cmd/$app/main.go"