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