feat(makefile): update makefile
This commit is contained in:
parent
24d0ef2611
commit
ea83b319de
4
makefile
4
makefile
|
@ -3,9 +3,9 @@ STORAGE_PATH = $(BASE_PATH)/storage
|
||||||
BASE_OUT = $(BASE_PATH)/bin
|
BASE_OUT = $(BASE_PATH)/bin
|
||||||
|
|
||||||
dcgen:
|
dcgen:
|
||||||
@make gen-protobuf
|
@python3 ./shell/gen_protobuf.py
|
||||||
@python3 ./shell/proto.py
|
@python3 ./shell/proto.py
|
||||||
@make gen-struct
|
@python3 ./shell/make-struct.py
|
||||||
|
|
||||||
.PHONY : build
|
.PHONY : build
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue