ceph/qa/workunits/Makefile

5 lines
78 B
Makefile
Raw Normal View History

DIRS = direct_io
all:
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done