diff --git a/Makefile.in b/Makefile.in index e748968..cdf31e6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,7 +70,8 @@ distclean : clean -rm -f Makefile config.h config.log clean : - -rm -f *.o *.s chronyc chronyd core *~ + -rm -f *.o *.s chronyc chronyd core.* *~ + -rm -f *.gcda *.gcno -rm -rf .deps -rm -rf *.dSYM diff --git a/test/unit/Makefile.in b/test/unit/Makefile.in index 554663b..bae0cb7 100644 --- a/test/unit/Makefile.in +++ b/test/unit/Makefile.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