feat: add protocol generate

This commit is contained in:
dragonmuffin 2024-08-19 15:00:26 +05:00
parent d6fabde92d
commit fb1e17b467
5 changed files with 24 additions and 1 deletions

View file

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