13 lines
184 B
Makefile
13 lines
184 B
Makefile
|
|
PROTO_VERSION = demo
|
|
|
|
CLIENT_IMPLS = \
|
|
client_proto_rpcs.ml \
|
|
client_proto_main.ml
|
|
|
|
CLIENT_INTFS = \
|
|
client_proto_rpcs.mli \
|
|
client_proto_main.mli
|
|
|
|
include ../Makefile.shared
|