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