ligo/src/client/embedded/demo/Makefile

13 lines
184 B
Makefile
Raw Normal View History

2016-09-08 21:13:10 +04:00
PROTO_VERSION = demo
2016-12-02 02:20:23 +04:00
CLIENT_IMPLS = \
2016-09-08 21:13:10 +04:00
client_proto_rpcs.ml \
client_proto_main.ml
2016-12-02 02:20:23 +04:00
CLIENT_INTFS = \
2016-09-08 21:13:10 +04:00
client_proto_rpcs.mli \
client_proto_main.mli
include ../Makefile.shared