diff options
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 |