summaryrefslogtreecommitdiff
path: root/test/go
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-07-27 14:48:28 +0200
committerJens Geyer <jensg@apache.org>2014-07-27 14:48:28 +0200
commit557d6ea410c03a4cfb126e2031b605f8692c2a6a (patch)
tree9c8ef4e28c4d5f4f0450467703f7a652a119e1c0 /test/go
parentf04d9f45dd71318dddb00fb58814c8fb36a61372 (diff)
downloadthrift-557d6ea410c03a4cfb126e2031b605f8692c2a6a.tar.gz
make clean should rm src/gen instead of emptying
Diffstat (limited to 'test/go')
-rw-r--r--test/go/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index 3ac1d8bc2..66f81ad69 100644
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -45,7 +45,7 @@ bin/stress: gopath
GOPATH=`pwd` $(GO) install bin/stress
clean-local:
- $(RM) -r src/gen/* src/code.google.com src/thrift bin pkg gopath ThriftTest.thrift
+ $(RM) -r src/gen src/code.google.com src/thrift bin pkg gopath ThriftTest.thrift
check: gopath
GOPATH=`pwd` $(GO) test -v common/...