summaryrefslogtreecommitdiff
path: root/Makefile
blob: acb94d90b3062de30b491d5bdc096ddce0dc0127 (plain)
1
2
3
4
5
6
7
# > 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
clean:
	@echo "Clean"
	-rm -fr articles/*.html tag/ s/ index.html rss.xml