ceph/qa/workunits/Makefile
Sage Weil 954e09661f qa: do not use automake for workunit makefiles
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2011-06-14 12:53:33 -07:00

5 lines
78 B
Makefile

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