Browse Source

Remove coverage reports in clean target

pull/1/head
T. Meissner 8 years ago
parent
commit
0a7b520990
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/Makefile

+ 1
- 0
test/Makefile View File

@ -88,6 +88,7 @@ clean:
rm -f simt
rm -f spit
rm -f wishbonet
rm -f *.json
.PHONY: distclean
distclean: clean


Loading…
Cancel
Save