Merge pull request #32 from 7imbrook/master

Added all dependency to install in Makefile
This commit is contained in:
Alexander Morozov 2015-06-29 12:55:51 -07:00
commit 93e71e9d99
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