Make root makefile

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2015-12-08 11:37:55 -08:00
parent 5d7aa91156
commit c0263b6b70
2 changed files with 6 additions and 6 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
all:
mkdir -p bin/
cd containerd && go build -tags libcontainer -o ../bin/containerd
cd ctr && go build -o ../bin/ctr

View file

@ -1,6 +0,0 @@
all:
go build -tags libcontainer