]> git.proxmox.com Git - ceph.git/blob - ceph/qa/Makefile
update sources to 12.2.7
[ceph.git] / ceph / qa / Makefile
1 DIRS= workunits btrfs
2
3 all:
4 for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done