ceph/qa/workunits/Makefile

5 lines
81 B
Makefile

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