13 lines
194 B
Makefile
13 lines
194 B
Makefile
|
|
PROTO_VERSION = genesis
|
|
|
|
CLIENT_IMPLS = \
|
|
client_proto_main.ml
|
|
|
|
CLIENT_INTFS = \
|
|
client_proto_main.mli
|
|
|
|
include ../Makefile.shared
|
|
|
|
${OBJS}: ../../../proto/client_embedded_proto_alpha.cmxa
|