commit | f262e633c07385bc23317d280570c1af2ceb8c17 | [log] [tgz] |
---|---|---|
author | William Kurkian <wkurkian@cisco.com> | Mon Mar 04 17:04:30 2019 -0500 |
committer | William Kurkian <wkurkian@cisco.com> | Tue Mar 05 10:11:02 2019 -0500 |
tree | 04129941d12f5bec0fcfb60c1b772008713a457e | |
parent | 522096601ae2816f4410a51c89c85a353cc1fb0a [diff] [blame] |
Updated Makefile to build protos when running make build Change-Id: I28a50cf1c30dde0a5897ced624296c2b99173668
diff --git a/Makefile b/Makefile index 681b61f..a70d52b 100644 --- a/Makefile +++ b/Makefile
@@ -30,7 +30,7 @@ # Generic targets protos: python-protos go-protos -build: python-build go-build +build: protos python-build go-build test: python-test go-test