Added build command to makefile

Change-Id: I0fc63870e68d1738e41b7aee5d5214322ec952fb
This commit is contained in:
aviau 2014-12-14 20:48:52 -05:00
parent 8b11d8f460
commit f3fbcf6d62

View File

@ -4,6 +4,9 @@ down:
up:
sudo fig up &
build:
sudo fig build
test: clean
tox