mirror of
https://github.com/ceph/ceph
synced 2025-02-07 10:53:30 +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
|