From 7c9d46dba516fecc35c8dcfd90c2d8d538002634 Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Thu, 31 May 2012 12:30:30 -0700 Subject: [PATCH] now there will be lots of .pyc files --- webserver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webserver/Makefile b/webserver/Makefile index 74511a1ba..c080977eb 100644 --- a/webserver/Makefile +++ b/webserver/Makefile @@ -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