From 173d69647d47e441dc319c787e06d5331fb40606 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 18 Sep 2021 12:42:47 -1000 Subject: [PATCH] ;fix: make help-copy-bins-to: fix help --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f629139f..35ac87741 100644 --- a/Makefile +++ b/Makefile @@ -414,7 +414,7 @@ ghci-doctest: $(call def-help,ghci-doctest, start ghci REPL on hledger-lib docte ghci-shake: $(call def-help,ghci-shake, start ghci REPL on Shake.hs) stack exec $(SHAKEDEPS) -- ghci Shake.hs -copy-bins-to-%: $(call def-help,copy-bins-to-VER, save ~/.local/bin/hledger* as hledger*-VER) +copy-bins-to-%: $(call def-help,copy-bins-to-VER, save ~/.local/bin/hledger* as hledger*.VER) V=$*; for B in $(BINARIES); do cp ~/.local/bin/$$B ~/.local/bin/$$B.$$V; done # make must be GNU Make 4.3+