now there will be lots of .pyc files

This commit is contained in:
Seth Schoen 2012-05-31 12:30:30 -07:00
parent 966e3a591f
commit 7c9d46dba5

View file

@ -5,4 +5,4 @@ chocolate_protocol_pb2.py: chocolate_protocol.proto
protoc chocolate_protocol.proto --python_out=.
clean:
rm -f chocolate_protocol_pb2.pyc
rm -f *.pyc