6 lines
123 B
Makefile
6 lines
123 B
Makefile
|
|
all:
|
|
mkdir -p bin/
|
|
cd containerd && go build -tags libcontainer -o ../bin/containerd
|
|
cd ctr && go build -o ../bin/ctr
|
|
|