Also work if there is no contrib
This commit is contained in:
parent
31fe543973
commit
189a1cb738
2
Makefile
2
Makefile
@ -60,7 +60,7 @@ depend::
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
cd lib && $(MAKE) $@
|
cd lib && $(MAKE) $@
|
||||||
cd contrib && $(MAKE) $@
|
if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) $@; fi
|
||||||
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
test ! -f commands/Makefile || { cd commands && $(MAKE) $@; }
|
||||||
if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) clean; fi
|
if [ -f contrib/Makefile ]; then cd contrib && $(MAKE) clean; fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user