feat(makefile): update makefile

This commit is contained in:
bandl 2021-09-23 10:11:18 +08:00
parent 24d0ef2611
commit ea83b319de
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ STORAGE_PATH = $(BASE_PATH)/storage
BASE_OUT = $(BASE_PATH)/bin
dcgen:
@make gen-protobuf
@python3 ./shell/gen_protobuf.py
@python3 ./shell/proto.py
@make gen-struct
@python3 ./shell/make-struct.py
.PHONY : build
build: