mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
5 lines
78 B
Makefile
5 lines
78 B
Makefile
|
DIRS = direct_io
|
||
|
|
||
|
all:
|
||
|
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done
|