summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index acb94d9..03c14f4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,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
+
+
+
+.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