summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2017-01-06 01:31:40 +0700
committerDaniil Baturin <daniil@baturin.org>2017-01-06 01:31:40 +0700
commitf74d68d408e3e1d8dc1313c322851b8ca07ef730 (patch)
treef731bc17a0beb012412b65d95deebfd12cc81bf5 /Makefile
parente18a945633b74dc0547d61941b15cccb027fecd1 (diff)
downloadvyconf-f74d68d408e3e1d8dc1313c322851b8ca07ef730.tar.gz
vyconf-f74d68d408e3e1d8dc1313c322851b8ca07ef730.zip
Add initial implementation of the protobuf schema.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3639f14..fd018eb 100644
--- a/Makefile
+++ b/Makefile
@@ -39,3 +39,7 @@ configure:
.PHONY: build doc test all install uninstall reinstall clean distclean configure
# OASIS_STOP
+
+.PHONY:
+protobuf:
+ ocaml-protoc -ml_out src/ data/vyconf.proto