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