;make copy-bins-to-X: use period instead of hyphen
This commit is contained in:
		
							parent
							
								
									cef9aede93
								
							
						
					
					
						commit
						5ff6e0b618
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -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:) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user