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:
|
||||
go build -o ./run
|
||||
gcc starter/starter.c -o starter/starter
|
||||
starter/create_rootfs.sh
|
||||
make init
|
||||
make mkrootfs
|
||||
make compile
|
||||
init:
|
||||
go mod init runner
|
||||
go get github.com/containerd/cgroups
|
||||
|
|
Loading…
Reference in a new issue