initial commit
This commit is contained in:
commit
24ff954904
9 changed files with 419 additions and 0 deletions
16
Makefile
Normal file
16
Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
all:
|
||||
rm -rf starter/alpine-make-rootfs
|
||||
git clone https://github.com/alpinelinux/alpine-make-rootfs
|
||||
mv alpine-make-rootfs starter/alpine-make-rootfs
|
||||
go build -o ./run
|
||||
gcc starter/starter.c -o starter/starter
|
||||
starter/create_rootfs.sh
|
||||
install_minrootfs:
|
||||
rm -rf starter/alpine-make-rootfs
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue