Also work if there is no contrib
This commit is contained in:
parent
31fe543973
commit
189a1cb738
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -60,7 +60,7 @@ depend::
|
|||
|
||||
clean::
|
||||
cd lib && $(MAKE) $@
|
||||
cd contrib && $(MAKE) $@
|
||||
if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) $@; fi
|
||||
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
||||
if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) clean; fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue