ms-runner/Makefile

13 lines
268 B
Makefile
Raw Normal View History

2024-06-20 21:41:25 +05:00
all:
2024-06-20 22:09:41 +05:00
make init
make mkrootfs
make compile
2024-06-20 22:06:53 +05:00
init:
2024-06-20 21:41:25 +05:00
git clone https://github.com/alpinelinux/alpine-make-rootfs
mv alpine-make-rootfs starter/alpine-make-rootfs
mkrootfs:
starter/create_rootfs.sh
compile:
go build -o ./run
gcc starter/starter.c -o starter/starter