From 4e3c27cae9065d211a48ff1e0bc85fac7954cd42 Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Fri, 24 Aug 2018 13:45:49 +0200 Subject: [PATCH] Useful cleanup --- module2/ressources/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module2/ressources/Makefile b/module2/ressources/Makefile index 566e2cc..44c89dd 100644 --- a/module2/ressources/Makefile +++ b/module2/ressources/Makefile @@ -10,3 +10,6 @@ NLINES=10000000 mv $@ $@.bak html_png_inliner.pl < $@.bak | grep -A $(NLINES) -e '' | grep -B $(NLINES) -e '
' | grep -v -e '' -e '
' > $@ rm $@.bak + +clean: + rm -f *~ -- 2.18.1