Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
01a9f8845d38cd32694d91b35d7a844c3646e3c3
/
.
/
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