diff options
Diffstat (limited to 'src/ceph/qa/Makefile')
-rw-r--r-- | src/ceph/qa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ceph/qa/Makefile b/src/ceph/qa/Makefile new file mode 100644 index 0000000..ad655b7 --- /dev/null +++ b/src/ceph/qa/Makefile @@ -0,0 +1,4 @@ +DIRS= workunits btrfs + +all: + for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done |