mirror of
https://github.com/ceph/ceph
synced 2025-02-03 00:43:55 +00:00
5 lines
77 B
Makefile
5 lines
77 B
Makefile
|
DIRS= workunits
|
||
|
|
||
|
all:
|
||
|
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done
|