1
0
mirror of https://github.com/ceph/ceph synced 2024-12-22 11:31:55 +00:00
ceph/qa/workunits/Makefile

5 lines
78 B
Makefile
Raw Normal View History

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