From f4cd5ba4348f851334ead5b5c696b8e85baf8917 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Thu, 1 Nov 2012 22:59:09 +0000 Subject: [PATCH] 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 --- tutorial/py/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorial/py/Makefile.am b/tutorial/py/Makefile.am index a5599e57..2397a121 100755 --- a/tutorial/py/Makefile.am +++ b/tutorial/py/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