diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-01-06 01:31:40 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-01-06 01:31:40 +0700 |
commit | f74d68d408e3e1d8dc1313c322851b8ca07ef730 (patch) | |
tree | f731bc17a0beb012412b65d95deebfd12cc81bf5 /Makefile | |
parent | e18a945633b74dc0547d61941b15cccb027fecd1 (diff) | |
download | vyconf-f74d68d408e3e1d8dc1313c322851b8ca07ef730.tar.gz vyconf-f74d68d408e3e1d8dc1313c322851b8ca07ef730.zip |
Add initial implementation of the protobuf schema.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |