summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-04 21:07:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-04 21:07:58 -0400
commitaedc46caca6f24755c914f105d1ac6d9787a7755 (patch)
tree2c2206d6c656e73fa26def36a46f961f8d49cff0
parent759e860e4b6c514b74cafb2c0dd9c52c4d59316b (diff)
cleanup
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8d124f143..338aa947e 100644
--- a/Makefile
+++ b/Makefile
@@ -37,8 +37,8 @@ testcoverage:
rm -f test.tix test
ghc -odir build/test -hidir build/test $(GHCFLAGS) --make -fhpc test
./test
- hpc report test --exclude=Main --exclude=QC
- hpc markup test --exclude=Main --exclude=QC --destdir=.hpc
+ @hpc report test --exclude=Main --exclude=QC
+ @hpc markup test --exclude=Main --exclude=QC --destdir=.hpc >/dev/null
# If ikiwiki is available, build static html docs suitable for being
# shipped in the software package.