Files
squeezelite-esp32/components/spotify/cspot/bell/nanopb/generator/proto/Makefile
2022-01-04 11:01:14 -08:00

11 lines
123 B
Makefile

PROTOC?=protoc
all: nanopb_pb2.py
%_pb2.py: %.proto
$(PROTOC) --python_out=. $<
.PHONY: clean
clean:
rm nanopb_pb2.py