ceph/qa/Makefile

5 lines
77 B
Makefile

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