mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:45:07 -05:00
makefile: add distclean target to test/unit/Makefile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user