13 lines
170 B
Makefile
13 lines
170 B
Makefile
|
|
PROTO_VERSION = demo
|
|
|
|
IMPLS = \
|
|
client_proto_rpcs.ml \
|
|
client_proto_main.ml
|
|
|
|
INTFS = \
|
|
client_proto_rpcs.mli \
|
|
client_proto_main.mli
|
|
|
|
include ../Makefile.shared
|