updated Makefile
This commit is contained in:
parent
0cae2e1560
commit
ca77908ab1
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1,7 +1,7 @@
|
||||||
all:
|
all:
|
||||||
go build -o ./run
|
make init
|
||||||
gcc starter/starter.c -o starter/starter
|
make mkrootfs
|
||||||
starter/create_rootfs.sh
|
make compile
|
||||||
init:
|
init:
|
||||||
go mod init runner
|
go mod init runner
|
||||||
go get github.com/containerd/cgroups
|
go get github.com/containerd/cgroups
|
||||||
|
|
Loading…
Reference in a new issue