thrift/test/ocaml/Makefile
iproctor 9a41a0c51e Thrift: OCaml library and generator
Summary: Added (minimal) library and code generator for OCaml.
Reviewed by: mcslee
Test plan: Test client and server (included).
Revert plan: yes


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665163 13f79535-47bb-0310-9956-ffa450edef68
2007-07-16 21:59:24 +00:00

6 lines
107 B
Makefile

all:
cd client; make; cd ..; cd server; make
clean:
cd client; make clean; cd ..; cd server; make clean