cleanup
This commit is contained in:
parent
759e860e4b
commit
aedc46caca
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -37,8 +37,8 @@ testcoverage:
|
||||||
rm -f test.tix test
|
rm -f test.tix test
|
||||||
ghc -odir build/test -hidir build/test $(GHCFLAGS) --make -fhpc test
|
ghc -odir build/test -hidir build/test $(GHCFLAGS) --make -fhpc test
|
||||||
./test
|
./test
|
||||||
hpc report test --exclude=Main --exclude=QC
|
@hpc report test --exclude=Main --exclude=QC
|
||||||
hpc markup test --exclude=Main --exclude=QC --destdir=.hpc
|
@hpc markup test --exclude=Main --exclude=QC --destdir=.hpc >/dev/null
|
||||||
|
|
||||||
# If ikiwiki is available, build static html docs suitable for being
|
# If ikiwiki is available, build static html docs suitable for being
|
||||||
# shipped in the software package.
|
# shipped in the software package.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue