Python-agnosticize coverage_dungeon.py.

This commit is contained in:
Jason S. Ninneman 2017-07-11 16:07:09 -07:00 committed by Eric S. Raymond
parent a0c33c2483
commit bd1b893263
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ check: savecheck regress
coverage: check
lcov -t "advent" -o ../advent.info -c -d .. --gcov-tool=$(GCOV)
genhtml -o ../coverage/ ../advent.info
python3 coverage_dungeon.py
./coverage_dungeon.py
.SUFFIXES: .chk