summaryrefslogtreecommitdiff
path: root/Makefile
blob: 03c14f4207d720524c8f7af1c94b0ad6a9d9031b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# > 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