summaryrefslogtreecommitdiff
path: root/tutorial/dart
diff options
context:
space:
mode:
authorMark Erickson <mark.erickson@workiva.com>2016-07-12 11:25:47 -0500
committerJens Geyer <jensg@apache.org>2016-07-15 23:04:38 +0200
commit4082ef80687cba6982d41ddadd00dee52e43d1bf (patch)
tree6e80bc4166f9d9a3fa867d2145d07ba3392e5c52 /tutorial/dart
parent5a3f855b4e6882184f13c698855c877241144a12 (diff)
downloadthrift-4082ef80687cba6982d41ddadd00dee52e43d1bf.tar.gz
THRIFT-3869 Remove Dart packages during make clean
Client: Dart Patch: Mark Erickson <mark.erickson@workiva.com> This closes #1047
Diffstat (limited to 'tutorial/dart')
-rw-r--r--tutorial/dart/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorial/dart/Makefile.am b/tutorial/dart/Makefile.am
index a0032c362..ccca59825 100644
--- a/tutorial/dart/Makefile.am
+++ b/tutorial/dart/Makefile.am
@@ -28,6 +28,8 @@ all-local: gen-dart/tutorial/lib/tutorial.dart pub-get
clean-local:
$(RM) -r gen-*
+ find . -type d -name "packages" | xargs $(RM) -r
+ find . -type f -name ".packages" | xargs $(RM)
pub-get: pub-get-gen pub-get-client pub-get-console-client pub-get-server