11 lines
136 B
Makefile
11 lines
136 B
Makefile
|
|
||
|
PROTO_VERSION = genesis
|
||
|
|
||
|
CLIENT_IMPLS = \
|
||
|
client_proto_main.ml
|
||
|
|
||
|
CLIENT_INTFS = \
|
||
|
client_proto_main.mli
|
||
|
|
||
|
include ../Makefile.shared
|