mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
9a41a0c51e
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
6 lines
107 B
Makefile
6 lines
107 B
Makefile
all:
|
|
cd client; make; cd ..; cd server; make
|
|
clean:
|
|
cd client; make clean; cd ..; cd server; make clean
|
|
|