From e95718213bcaaa659b9b40dc54ff33d215bc3cb7 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 13 Feb 2015 23:33:43 +0100 Subject: Clean also in subdirs. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b0030c8..5d7300b 100644 --- a/Makefile +++ b/Makefile @@ -144,6 +144,9 @@ dist: $(I18Npo) clean @echo Distribution package created as $(TMPDIR)/$(PACKAGE).tar.gz clean: $(SUBDIRS) + for SUBDIR in $(SUBDIRS); \ + do $(MAKE) -C $${SUBDIR} clean; \ + done @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(PLUGINOBJS) $(DEPFILE) *.so *.tgz core* *~ @-rm -f $(VERSIONSUFFIX) -- cgit v1.2.3