13 lines
170 B
Makefile
Raw Normal View History

2016-09-08 19:13:10 +02:00
PROTO_VERSION = demo
IMPLS = \
client_proto_rpcs.ml \
client_proto_main.ml
INTFS = \
client_proto_rpcs.mli \
client_proto_main.mli
include ../Makefile.shared