mirror of
https://github.com/ceph/ceph
synced 2025-02-06 18:34:17 +00:00
5 lines
83 B
Makefile
5 lines
83 B
Makefile
DIRS= workunits btrfs
|
|
|
|
all:
|
|
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done
|