Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 authored Oct 3, 2024
1 parent b201ba7 commit ae0e04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ clean:

coverage:
lcov --capture --directory . --output-file=coverage.info ; \
genhtml coverage.info --legend --frames --output-directory=coverage
gcov -abcfu *.c
genhtml coverage.info --legend --frames --output-directory=coverage ; \
gcov -abcfu *.c || true

cppcheck:
cppcheck --enable=all ./
Expand Down

0 comments on commit ae0e04b

Please sign in to comment.