makefile: clean unit tests in clean target
This commit is contained in:
parent
3e3f045ab7
commit
3038047f9b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue