From ca77908ab15f9c831396fe680bf2bd708371531a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 20 Jun 2024 22:09:41 +0500 Subject: [PATCH] updated Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2ada37b..ecf8f51 100644 --- a/Makefile +++ b/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