all:
go get github.com/tools/godep
godep go build -o runc .
install: all
cp runc /usr/local/bin/runc
rm runc
clean: