ligo/src/client/embedded/demo/Makefile
2016-12-02 20:06:29 +01:00

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