From ea83b319de09684fdfb8281b1bcae278964e002a Mon Sep 17 00:00:00 2001 From: bandl <1658002533@qq.com> Date: Thu, 23 Sep 2021 10:11:18 +0800 Subject: [PATCH] feat(makefile): update makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index ad04c6b..822e612 100644 --- a/makefile +++ b/makefile @@ -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: