commit | f04d9f45dd71318dddb00fb58814c8fb36a61372 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sun Jul 27 13:32:12 2014 +0200 |
committer | Jens Geyer <jensg@apache.org> | Sun Jul 27 13:35:04 2014 +0200 |
tree | 72f4d797302a1076fb3f7cce8a1ff15952d69ae5 | |
parent | 11066bd56d05e6ab1b8dec8cdb4b981c88039c46 [diff] |
make clean should remove gen-go folder
diff --git a/lib/go/test/Makefile.am b/lib/go/test/Makefile.am index ec4011b..c13ba74 100644 --- a/lib/go/test/Makefile.am +++ b/lib/go/test/Makefile.am
@@ -57,7 +57,7 @@ GOPATH=`pwd`/gopath $(GO) test thrift tests clean-local: - $(RM) -r gopath ThriftTest.thrift + $(RM) -r gopath ThriftTest.thrift gen-go client: stubs $(GO) run TestClient.go