diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-01-06 01:32:24 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-01-06 01:32:24 +0700 |
commit | 3f0b2323d92a729269cd336350593f6a44e87f3e (patch) | |
tree | e2eca5f1b951c0634dd8307e01d41493d90b54c6 | |
parent | f74d68d408e3e1d8dc1313c322851b8ca07ef730 (diff) | |
download | vyconf-3f0b2323d92a729269cd336350593f6a44e87f3e.tar.gz vyconf-3f0b2323d92a729269cd336350593f6a44e87f3e.zip |
Add a target for re-generating the RNG schemata to makefile.
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -41,5 +41,9 @@ configure: # OASIS_STOP .PHONY: +schema: + scripts/rnc2rng.sh all data/schemata/ + +.PHONY: protobuf: ocaml-protoc -ml_out src/ data/vyconf.proto |