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