makefile: clean unit tests in clean target

This commit is contained in:
Miroslav Lichvar 2019-08-06 15:59:05 +02:00
parent 3e3f045ab7
commit 3038047f9b

View file

@ -70,6 +70,7 @@ distclean : clean
-rm -f Makefile config.h config.log
clean :
$(MAKE) -C test/unit clean
-rm -f *.o *.s chronyc chronyd core.* *~
-rm -f *.gcda *.gcno
-rm -rf .deps