Files
runc/Makefile
T
Michael Crosby f20d95b6f2 Use godeps for building of vendored files
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-06-22 09:23:17 -07:00

11 lines
127 B
Makefile

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