From fd22c4d945185bf2cbed2106006d23ed7bc4c43f Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 4 Oct 2022 11:04:26 +0200 Subject: Makefile build command --- Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3