mirror of https://github.com/ceph/ceph
5 lines
77 B
Makefile
5 lines
77 B
Makefile
|
DIRS= workunits
|
||
|
|
||
|
all:
|
||
|
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done
|