diff --git a/module2/ressources/Makefile b/module2/ressources/Makefile index 566e2cc6da21bd258d4c7e68aab45c8fbed07308..44c89dd4464a9bd5363ab80200fdc8a544f9224a 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 *~