diff --git a/Makefile b/Makefile index bece7dd0..0a8de761 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: go get github.com/tools/godep godep go build -o runc . -install: all +install: cp runc /usr/local/bin/runc rm runc