makefile var cleanup
This commit is contained in:
		
							parent
							
								
									97cd582b7f
								
							
						
					
					
						commit
						48c1a2ef99
					
				
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @ -1,5 +1,6 @@ | ||||
| BUILD=ghc --make hledger.hs -o hledger -prof -auto-all | ||||
| BUILDOPT=ghc --make hledger.hs -o hledgeropt -O2 | ||||
| BUILD=ghc --make hledger.hs -o hledger | ||||
| BUILDOPT=$(BUILD)opt -O2 | ||||
| BUILDPROF=$(BUILD) -prof -auto-all | ||||
| PROFILE=./hledger -s balance +RTS -p | ||||
| TIME=`date +"%Y%m%d%H%M"` | ||||
| 
 | ||||
| @ -44,3 +45,4 @@ clean: | ||||
| 
 | ||||
| Clean: clean | ||||
| 	rm -f hledger hledgeropt overview TAGS tags | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user