remove aux files after make heap
This commit is contained in:
		
							parent
							
								
									131d671a45
								
							
						
					
					
						commit
						bb29623d6e
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -159,7 +159,7 @@ heap: sampleledgers hledgerp | ||||
| 	./hledgerp +RTS -hc -RTS $(PROFCMD) >/dev/null | ||||
| 	mv hledgerp.hp profs/$(TIME).hp | ||||
| 	(cd profs; rm -f latest.hp; ln -s $(TIME).hp latest.hp; \
 | ||||
| 		hp2ps $(TIME).hp; rm -f latest.ps; ln -s $(TIME).ps latest.ps) | ||||
| 		hp2ps $(TIME).hp; rm -f latest.ps; ln -s $(TIME).ps latest.ps; rm -f *.aux) | ||||
| 	$(VIEWPSCMD) profs/latest.ps | ||||
| 
 | ||||
| # generate and display a code coverage report
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user