diff options
author | lloyd <[email protected]> | 2015-04-18 12:23:07 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-04-18 12:23:07 +0000 |
commit | c34de43cf4576feeddff637af3e156999ad9c989 (patch) | |
tree | 85705e2415eb8756baa223f49be1f7573239b672 | |
parent | 2443574367b824909c727feeb25ee535c830a014 (diff) |
Fix spaces vs tabs in makefile template. GH#78
-rw-r--r-- | src/build-data/makefile/coverage.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/coverage.in b/src/build-data/makefile/coverage.in index 9547c4151..3dbbe686f 100644 --- a/src/build-data/makefile/coverage.in +++ b/src/build-data/makefile/coverage.in @@ -1,4 +1,4 @@ lcov: lcov --directory build/obj/lib/ --directory src/lib --no-external --capture --output-file botan.info - genhtml botan.info -o coverage/ + genhtml botan.info -o coverage/ |