for make clean, include tests directory
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ default: $(TOP)/configs/current
|
||||
|
||||
|
||||
clean:
|
||||
@for dir in $(SUBDIRS) ; do \
|
||||
@for dir in $(SUBDIRS) tests ; do \
|
||||
if [ -d $$dir ] ; then \
|
||||
(cd $$dir ; make clean) ; \
|
||||
fi \
|
||||
|
||||
Reference in New Issue
Block a user