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