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

tutorial/py/Makefile.am

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