remove aux files after make heap

This commit is contained in:
Simon Michael 2009-05-29 20:42:42 +00:00
parent 131d671a45
commit bb29623d6e

View File

@ -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