Skip to content

Commit

Permalink
Update Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Jan 19, 2025
1 parent 26e4f51 commit ac4653b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ clean:
coverage:
lcov --capture --directory . --output-file=coverage.info ; \
genhtml coverage.info --legend --frames --output-directory=coverage ; \
gcov -abcfu *.c || true
gcov -abcfu *.c ; echo "FINISHED" || true

cppcheck:
cppcheck --enable=all ./

dist:
cd .. && tar cvfz jurassic_$(VERSION).tgz bin/* \
docs/Doxyfile docs/refman.pdf example/* \
libs/build.sh libs/*gz src/*
docs/Doxyfile libs/build.sh libs/*bz2 \
projects/limb/* projects/nadir/* src/* tests/*

doxygen:
cd ../docs && doxygen
Expand Down

0 comments on commit ac4653b

Please sign in to comment.