Author: roger
Date: Thu Nov  1 23:02:07 2012
New Revision: 1404820

URL: http://svn.apache.org/viewvc?rev=1404820&view=rev
Log:
THRIFT-1735 remove generated files with  make clean


Modified:
    thrift/trunk/tutorial/py.twisted/Makefile.am

Modified: thrift/trunk/tutorial/py.twisted/Makefile.am
URL: 
http://svn.apache.org/viewvc/thrift/trunk/tutorial/py.twisted/Makefile.am?rev=1404820&r1=1404819&r2=1404820&view=diff
==============================================================================
--- thrift/trunk/tutorial/py.twisted/Makefile.am (original)
+++ thrift/trunk/tutorial/py.twisted/Makefile.am Thu Nov  1 23:02:07 2012
@@ -30,6 +30,9 @@ tutorialserver: all
 tutorialclient: all
        ${PYTHON} PythonClient.py
 
+clean-local:
+       $(RM) -r gen-*
+
 EXTRA_DIST = \
        PythonServer.py \
        PythonClient.py


Reply via email to