ceph/qa/Makefile

5 lines
83 B
Makefile

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