Added all dependency to install in Makefile

This commit is contained in:
Michael Timbrook 2015-06-25 13:42:15 -07:00
parent f49826cf7e
commit f8c4890a2f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ all:
go get github.com/tools/godep
godep go build -o runc .
install:
install: all
cp runc /usr/local/bin/runc
rm runc