summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2012-11-01 23:02:07 +0000
committerRoger Meier <roger@apache.org>2012-11-01 23:02:07 +0000
commitc9ce87fb02004b1864bc7e880b79fd411a2a2b9e (patch)
treea9d4102a7c3f0d7552ac5371c94abe6a2facd5fa /tutorial
parentf4cd5ba4348f851334ead5b5c696b8e85baf8917 (diff)
downloadthrift-c9ce87fb02004b1864bc7e880b79fd411a2a2b9e.tar.gz
THRIFT-1735 remove generated files with make clean
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404820 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/py.twisted/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tutorial/py.twisted/Makefile.am b/tutorial/py.twisted/Makefile.am
index 1973000e0..3a553ebfd 100755
--- a/tutorial/py.twisted/Makefile.am
+++ b/tutorial/py.twisted/Makefile.am
@@ -30,6 +30,9 @@ tutorialserver: all
tutorialclient: all
${PYTHON} PythonClient.py
+clean-local:
+ $(RM) -r gen-*
+
EXTRA_DIST = \
PythonServer.py \
PythonClient.py