THRIFT-1735 remove generated files with make clean
authorRoger Meier <roger@apache.org>
Thu, 1 Nov 2012 23:02:07 +0000 (23:02 +0000)
committerRoger Meier <roger@apache.org>
Thu, 1 Nov 2012 23:02:07 +0000 (23:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404820 13f79535-47bb-0310-9956-ffa450edef68

tutorial/py.twisted/Makefile.am

index 1973000..3a553eb 100755 (executable)
@@ -30,6 +30,9 @@ tutorialserver: all
 tutorialclient: all
        ${PYTHON} PythonClient.py
 
+clean-local:
+       $(RM) -r gen-*
+
 EXTRA_DIST = \
        PythonServer.py \
        PythonClient.py