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