commit | 4082ef80687cba6982d41ddadd00dee52e43d1bf | [log] [tgz] |
---|---|---|
author | Mark Erickson <mark.erickson@workiva.com> | Tue Jul 12 11:25:47 2016 -0500 |
committer | Jens Geyer <jensg@apache.org> | Fri Jul 15 23:04:38 2016 +0200 |
tree | 6e80bc4166f9d9a3fa867d2145d07ba3392e5c52 | |
parent | 5a3f855b4e6882184f13c698855c877241144a12 [diff] [blame] |
THRIFT-3869 Remove Dart packages during make clean Client: Dart Patch: Mark Erickson <mark.erickson@workiva.com> This closes #1047
diff --git a/test/dart/Makefile.am b/test/dart/Makefile.am index 59b3b7d..6f97de9 100644 --- a/test/dart/Makefile.am +++ b/test/dart/Makefile.am
@@ -36,6 +36,8 @@ clean-local: $(RM) -r gen-dart test_client/.pub + find . -type d -name "packages" | xargs $(RM) -r + find . -type f -name ".packages" | xargs $(RM) client: stubs ${DART} test_client/bin/main.dart