makefile: add distclean target to test/unit/Makefile
This commit is contained in:
parent
7b52c1578f
commit
5ca5d279d7
2 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,7 @@ distclean : clean
|
|||
-rm -f .DS_Store
|
||||
-rm -f Makefile
|
||||
$(MAKE) -C doc distclean
|
||||
$(MAKE) -C test/unit distclean
|
||||
|
||||
clean :
|
||||
-rm -f *.o *.s chronyc chronyd core *~
|
||||
|
|
|
@ -33,6 +33,9 @@ clean:
|
|||
rm -f *.o $(TESTS)
|
||||
rm -rf .deps
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile
|
||||
|
||||
.deps:
|
||||
@mkdir .deps
|
||||
|
||||
|
|
Loading…
Reference in a new issue