Author: roger
Date: Thu Nov 1 22:59:09 2012
New Revision: 1404816
URL: http://svn.apache.org/viewvc?rev=1404816&view=rev
Log:
THRIFT-1735 remove generated files with make clean
Modified:
thrift/trunk/tutorial/py/Makefile.am
Modified: thrift/trunk/tutorial/py/Makefile.am
URL:
http://svn.apache.org/viewvc/thrift/trunk/tutorial/py/Makefile.am?rev=1404816&r1=1404815&r2=1404816&view=diff
==============================================================================
--- thrift/trunk/tutorial/py/Makefile.am (original)
+++ thrift/trunk/tutorial/py/Makefile.am Thu Nov 1 22:59:09 2012
@@ -30,6 +30,9 @@ tutorialserver: all
tutorialclient: all
${PYTHON} PythonClient.py
+clean-local:
+ $(RM) -r gen-*
+
EXTRA_DIST = \
PythonServer.py \
PythonClient.py