You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/07/28 08:19:09 UTC

git commit: go: clean tutorial properly

Repository: thrift
Updated Branches:
  refs/heads/master 5c0e987ac -> 87a0477a0


go: clean tutorial properly


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/87a0477a
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/87a0477a
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/87a0477a

Branch: refs/heads/master
Commit: 87a0477a084a7c5fd1d7118f70ea02bb208b9f96
Parents: 5c0e987
Author: Roger Meier <ro...@apache.org>
Authored: Mon Jul 28 08:18:20 2014 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Mon Jul 28 08:18:20 2014 +0200

----------------------------------------------------------------------
 tutorial/go/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/87a0477a/tutorial/go/Makefile.am
----------------------------------------------------------------------
diff --git a/tutorial/go/Makefile.am b/tutorial/go/Makefile.am
index 53c3980..a707d5d 100644
--- a/tutorial/go/Makefile.am
+++ b/tutorial/go/Makefile.am
@@ -49,7 +49,7 @@ tutorialsecureclient: all
 	GOPATH=`pwd` $(GO) run src/*.go -secure=true
 
 clean-local:
-	$(RM) -r gen-*
+	$(RM) -r gen-* src/shared src/tutorial src/git.apache.org go-tutorial calculator-remote
 
 EXTRA_DIST = \
 	src/client.go \