# > Fonctions de nettoyage # .PHONY sert à indiquer une commande (sinon un fichier nommé "clean" poserait problème) # Un tiret devant une commande indique d'ignorer une éventuelle erreur. .PHONY: clean build js css svg static svg build: svg css js static svg: npm run build-svg css: npm run build-css js: npm run build-js static: npm run build-static clean: @echo "Clean" -rm -fr articles/*.html tag/ s/ index.html rss.xml en/ fr/