From c862161382fef270b59db640c3d2e2ae5721705a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 3 Sep 2011 22:57:17 +0300 Subject: Clean up more temporary files. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 34d06a0..4b0d137 100644 --- a/Makefile +++ b/Makefile @@ -288,7 +288,8 @@ install-doc: @cp man/en/*5.gz $(MANDIR)/man5/ @cp man/de/*1.gz $(MANDIR)/de/man1/ @cp man/de/*5.gz $(MANDIR)/de/man5/ + clean: @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(OBJS) $(OBJS2) $(OBJS3) $(OBJS4) $(DEPFILE) *.so *.tgz core* createcats createcats.o pod2*.tmp - @-find . -name "*~" -print0 | xargs -0r rm -f + @-find . \( -name "*~" -o -name "#*#" \) -print0 | xargs -0r rm -f -- cgit v1.2.3