File: Makefile

package info (click to toggle)
python-confluent-kafka 1.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,904 kB
  • sloc: python: 8,335; ansic: 6,065; sh: 1,203; makefile: 178
file content (5 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (2)
1
2
3
4
5
user_pb2.py: user.proto
	protoc -I=. --python_out=. ./user.proto;

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