File: Makefile

package info (click to toggle)
python-confluent-kafka 2.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,660 kB
  • sloc: python: 30,428; ansic: 9,487; sh: 1,477; makefile: 192
file content (5 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
user_pb2.py: protobuf/user.proto
	cd protobuf && protoc -I=. --python_out=. ./user.proto;

clean:
	rm -f $(TARGET_DIR)/protobuf/*_pb2.py