mirror of
https://github.com/ceph/ceph
synced 2024-12-11 22:18:18 +00:00
902f699c38
Signed-off-by: Sage Weil <sage@newdream.net>
5 lines
83 B
Makefile
5 lines
83 B
Makefile
DIRS= workunits btrfs
|
|
|
|
all:
|
|
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done
|