Skip to content
Snippets Groups Projects
Commit be284f12 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

Makefile: cleanup coverage files

parent 91abcf90
No related branches found
No related tags found
No related merge requests found
Pipeline #621 passed with warnings
......@@ -48,3 +48,7 @@ coverage: test
clean:
rm -f *.o libwifimngr.so $(PROG)
find -name '*.gcda' -exec rm {} -fv \;
find -name '*.gcno' -exec rm {} -fv \;
find -name '*.gcov' -exec rm {} -fv \;
make -C test clean
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment