mirror of
https://github.com/ceph/ceph
synced 2024-12-09 05:01:18 +00:00
507a4ec87b
Teuthology does a make in the workunits dir, so move this in there. Signed-off-by: Sage Weil <sage@inktank.com>
5 lines
83 B
Makefile
5 lines
83 B
Makefile
DIRS= workunits btrfs
|
|
|
|
all:
|
|
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done
|