summaryrefslogtreecommitdiff
path: root/test/go
diff options
context:
space:
mode:
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/...