From 866d4bf0cd007c4247c5f09149959a5270eeaff6 Mon Sep 17 00:00:00 2001 From: Lance Cooper Date: Fri, 19 Sep 2014 19:56:15 +0200 Subject: [PATCH] Recursively clean all built objects. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4d19ce98..9d08b25e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,8 +144,7 @@ install: $(INSTALL) -D static/js/libs/webodf.js $(SHARE)/www/static/js/libs/webodf.js clean: - $(GO) clean -i app/... - rm -rf $(CURDIR)/pkg + $(GO) clean -i -r app/... 2>/dev/null || true rm -rf $(CURDIR)/static/fonts rm -rf $(CURDIR)/build/out