mirror of
https://github.com/ceph/ceph
synced 2024-12-13 15:08:33 +00:00
954e09661f
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
5 lines
78 B
Makefile
5 lines
78 B
Makefile
DIRS = direct_io
|
|
|
|
all:
|
|
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done
|