From c9ce87fb02004b1864bc7e880b79fd411a2a2b9e Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Thu, 1 Nov 2012 23:02:07 +0000 Subject: [PATCH] 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 --- tutorial/py.twisted/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorial/py.twisted/Makefile.am b/tutorial/py.twisted/Makefile.am index 1973000e..3a553ebf 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 -- 2.17.1