commit | e65a36704f434b792ac7d78228da39785a928d92 | [log] [tgz] |
---|---|---|
author | Nathan Knuth <nathan.knuth@cyaninc.com> | Wed Sep 14 21:36:52 2016 -0700 |
committer | Nathan Knuth <nathan.knuth@cyaninc.com> | Wed Sep 14 21:36:52 2016 -0700 |
tree | f9227facaed14ddf9c2c927271696db7d6c7cb43 | |
parent | de22bbc9de04c499f456886f599a44daef7640c2 [diff] [blame] |
Adding vagrant up to Makefile.
diff --git a/Makefile b/Makefile index 4d586e2..3c70680 100644 --- a/Makefile +++ b/Makefile
@@ -33,6 +33,9 @@ @echo "utest : Run all unit tests" @echo +vagrant: + vagrant up + build: fetch utest docker build -t cord/voltha -f Dockerfile .