updated Makefile

This commit is contained in:
root 2024-06-20 22:09:41 +05:00
parent 0cae2e1560
commit ca77908ab1

View file

@ -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