]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/Makefile
buildsys: switch source download to quincy
[ceph.git] / ceph / qa / workunits / Makefile
1 DIRS = direct_io fs
2
3 all:
4 for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done