commit | f4cd5ba4348f851334ead5b5c696b8e85baf8917 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Thu Nov 01 22:59:09 2012 +0000 |
committer | Roger Meier <roger@apache.org> | Thu Nov 01 22:59:09 2012 +0000 |
tree | dd76faeb56aedead25ac2e1dd1e4a70e7883a4fd | |
parent | 36ae65cf2e2c05b6998f1609f5ee9b2da8dbdcfd [diff] [blame] |
THRIFT-1735 remove generated files with make clean git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404816 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tutorial/py/Makefile.am b/tutorial/py/Makefile.am index a5599e5..2397a12 100755 --- a/tutorial/py/Makefile.am +++ b/tutorial/py/Makefile.am
@@ -30,6 +30,9 @@ tutorialclient: all ${PYTHON} PythonClient.py +clean-local: + $(RM) -r gen-* + EXTRA_DIST = \ PythonServer.py \ PythonClient.py