From 3c55440230f3645816913d9c53b42dcc16b70f95 Mon Sep 17 00:00:00 2001 From: Mark Erickson Date: Wed, 4 Jan 2017 10:11:06 -0600 Subject: THRIFT-4019: Dart Makefiles should also clean pubspec.lock Client: Dart Patch: Mark Erickson This closes #1150 --- lib/dart/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/dart') diff --git a/lib/dart/Makefile.am b/lib/dart/Makefile.am index a6e45568b..910db50fc 100644 --- a/lib/dart/Makefile.am +++ b/lib/dart/Makefile.am @@ -24,5 +24,6 @@ clean-local: $(RM) -r .pub find . -type d -name "packages" | xargs $(RM) -r find . -type f -name ".packages" | xargs $(RM) + find . -type f -name "pubspec.lock" | xargs $(RM) check-local: all -- cgit v1.2.1