;make copy-bins-to-X: use period instead of hyphen

This commit is contained in:
Simon Michael 2021-03-17 18:15:09 -07:00
parent cef9aede93
commit 5ff6e0b618

View File

@ -427,7 +427,7 @@ 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)
V=$*; for B in $(BINARIES); do cp ~/.local/bin/$$B ~/.local/bin/$$B-$$V; done
V=$*; for B in $(BINARIES); do cp ~/.local/bin/$$B ~/.local/bin/$$B.$$V; done
###############################################################################
$(call def-help-subheading,TESTING:)