mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-30 15:14:56 +08:00
8 lines
157 B
Makefile
8 lines
157 B
Makefile
all: c_proto python_proto
|
|
|
|
c_proto: *.proto
|
|
@protoc-c --c_out=../proto-c/ -I . *.proto
|
|
|
|
python_proto: *.proto
|
|
@protoc --python_out=../python/ -I . *.proto
|