commit | a54f2ac5df7889261d5b27373e0d3ac5f4f21d50 | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Wed Sep 21 15:54:15 2016 -0700 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Wed Sep 21 15:54:15 2016 -0700 |
tree | 4b5a89321f8eb34c26d0cef069ad02eca01d6460 | |
parent | 4161248cf648f9a326b4a4264210d2ecaaa5e391 [diff] [blame] |
Add support for protobuf API definitions
diff --git a/Makefile b/Makefile index d009f74..8a2a3a1 100644 --- a/Makefile +++ b/Makefile
@@ -74,9 +74,15 @@ vagrant: vagrant up -build: fetch utest +build: utest build-protos docker build -t cord/voltha -f Dockerfile . +build-protos: + make -C voltha/core/protos + +install-protoc: + make -C voltha/core/protos install-protoc + clean: find voltha -name '*.pyc' | xargs rm -f