Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
36ae65c
)
THRIFT-1735 remove generated files with make clean
author
Roger Meier
<roger@apache.org>
Thu, 1 Nov 2012 22:59:09 +0000
(22:59 +0000)
committer
Roger 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
patch
|
blob
|
history
diff --git
a/tutorial/py/Makefile.am
b/tutorial/py/Makefile.am
index
a5599e5
..
2397a12
100755
(executable)
--- 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