diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-04 21:07:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-04 21:07:58 -0400 |
commit | aedc46caca6f24755c914f105d1ac6d9787a7755 (patch) | |
tree | 2c2206d6c656e73fa26def36a46f961f8d49cff0 /Makefile | |
parent | 759e860e4b6c514b74cafb2c0dd9c52c4d59316b (diff) |
cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |