This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
mirror of
https://github.com/ceph/ceph
Watch
1
Star
0
Fork
You've already forked ceph
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
64c9b53cf4
ceph
/
qa
/
Makefile
5 lines
77 B
Makefile
Raw
Blame
History
DIRS
=
workunits
all
:
for
d in
$(
DIRS
)
;
do
(
cd
$$
d
;
$(
MAKE
)
all
)
;
done
Reference in New Issue
View Git Blame
Copy Permalink