summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index e9708d28..e52764bc 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -70,3 +70,7 @@ clean:
-rm -fr $(STOW_ROOT)/icu-gcc$(CXX_VERSION)
-(cd cppunit; make distclean)
-(cd icu/source; make distclean)
+
+lib-clean:
+ -(cd cppunit; make distclean)
+ -(cd icu/source; make distclean)