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:
f4cd5ba
)
THRIFT-1735 remove generated files with make clean
author
Roger Meier
<roger@apache.org>
Thu, 1 Nov 2012 23:02:07 +0000
(23:02 +0000)
committer
Roger Meier
<roger@apache.org>
Thu, 1 Nov 2012 23:02:07 +0000
(23:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1404820
13f79535
-47bb-0310-9956-
ffa450edef68
tutorial/py.twisted/Makefile.am
patch
|
blob
|
history
diff --git
a/tutorial/py.twisted/Makefile.am
b/tutorial/py.twisted/Makefile.am
index
1973000
..
3a553eb
100755
(executable)
--- 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