mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 12:55:07 -05:00
makefile: remove gcov files and core dumps
This commit is contained in:
@@ -30,7 +30,7 @@ check: $(TESTS)
|
||||
exit $$ret
|
||||
|
||||
clean:
|
||||
rm -f *.o $(TESTS)
|
||||
rm -f *.o *.gcda *.gcno core.* $(TESTS)
|
||||
rm -rf .deps
|
||||
|
||||
distclean: clean
|
||||
|
||||
Reference in New Issue
Block a user