Browse Source

Makefile: ne plante plus si le rm echoue dans clean

par exemple si les fichiers sont inexistants
master
Richard Genoud 2 years ago
parent
commit
570332ca6a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -7,7 +7,7 @@ XSLTPROC_BIN = xsltproc
all: web/style.css web/index.html web/contact.html web/legal.html web/about.html web/services.html web/news.html
clean:
rm agendadulibre.xml news.md
-rm agendadulibre.xml news.md
web/style.css: style.css
cp $< $@


Loading…
Cancel
Save