feat: add protocol generate
This commit is contained in:
parent
d6fabde92d
commit
fb1e17b467
5 changed files with 24 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -2,11 +2,14 @@ all:
|
|||
make init
|
||||
make mkrootfs
|
||||
make compile
|
||||
make generate
|
||||
init:
|
||||
git clone https://github.com/alpinelinux/alpine-make-rootfs
|
||||
mv alpine-make-rootfs starter/alpine-make-rootfs
|
||||
mkrootfs:
|
||||
starter/create_rootfs.sh
|
||||
generate:
|
||||
buf generate
|
||||
compile:
|
||||
go build -o ./run
|
||||
gcc starter/starter.c -o starter/starter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue