diff options
Diffstat (limited to 'qa/Makefile')
-rw-r--r-- | qa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Makefile b/qa/Makefile index ad655b7e743..05dc834adbd 100644 --- a/qa/Makefile +++ b/qa/Makefile @@ -1,4 +1,4 @@ -DIRS= workunits btrfs +DIRS= workunits all: for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done |