Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
d3f1a2d2ba1257718e7c442c1cf8ce4fb9516d78
/
.
/
test
/
ocaml
/
Makefile
blob: c6ce7c3907ff3cf9b4341ba99bbe2a295f30c961 [
file
] [
log
] [
blame
]
all
:
cd client
;
make
;
cd
..;
cd server
;
make
clean
:
cd client
;
make clean
;
cd
..;
cd server
;
make clean