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/lib/dart/Makefile.am b/lib/dart/Makefile.am index 6dfff40..a6e4556 100644 --- a/lib/dart/Makefile.am +++ b/lib/dart/Makefile.am
@@ -22,5 +22,7 @@ clean-local: $(RM) -r .pub + find . -type d -name "packages" | xargs $(RM) -r + find . -type f -name ".packages" | xargs $(RM) check-local: all