Make root makefile
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
6
Makefile
Normal file
6
Makefile
Normal 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
|
||||
|
@@ -1,6 +0,0 @@
|
||||
|
||||
|
||||
all:
|
||||
go build -tags libcontainer
|
||||
|
||||
|
Reference in New Issue
Block a user