mirror of
https://github.com/ceph/ceph
synced 2024-12-14 07:25:50 +00:00
954e09661f
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
5 lines
77 B
Makefile
5 lines
77 B
Makefile
DIRS= workunits
|
|
|
|
all:
|
|
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done
|