Files
runc/Makefile
T
2015-06-25 13:42:15 -07:00

11 lines
131 B
Makefile

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