ceph/qa/Makefile
Sage Weil 902f699c38 qa: add clone_range tool
Signed-off-by: Sage Weil <sage@newdream.net>
2011-06-29 12:58:49 -07:00

5 lines
83 B
Makefile

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