mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 11:25:06 -05:00
makefile: remove gcov files and core dumps
This commit is contained 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
|
||||
|
||||
|
||||
@@ -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