mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
;fix: make help-copy-bins-to: fix help
This commit is contained in:
parent
e31eb58ada
commit
173d69647d
2
Makefile
2
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+
|
||||
|
Loading…
Reference in New Issue
Block a user