From: Miroslav Lichvar Date: Tue, 6 Aug 2019 13:59:05 +0000 (+0200) Subject: makefile: clean unit tests in clean target X-Git-Tag: 4.0-pre1~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3038047f9bc2ee5dddc14e0552491984d3488c44;p=thirdparty%2Fchrony.git makefile: clean unit tests in clean target --- diff --git a/Makefile.in b/Makefile.in index 0d95aaa8..19fb6042 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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