feat(makefile): add no-print-directory

This commit is contained in:
bandl 2021-10-16 23:54:17 +08:00
parent 98787c8f03
commit bd0e598f1a
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ BASE_PATH = $(shell pwd)
STORAGE_PATH = $(BASE_PATH)/storage
BASE_OUT = $(BASE_PATH)/bin
MAKEFLAGS+= --no-print-directory
dcgen:
@python3 ./shell/gen_protobuf.py
@python3 ./shell/proto.py