containerd/Makefile

7 lines
123 B
Makefile
Raw Normal View History

all:
mkdir -p bin/
cd containerd && go build -tags libcontainer -o ../bin/containerd
cd ctr && go build -o ../bin/ctr