From bb29623d6e28e96f0c8c7b675329bb9b87076c26 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 29 May 2009 20:42:42 +0000 Subject: [PATCH] remove aux files after make heap --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aba2315cb..5efccaf22 100644 --- a/Makefile +++ b/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