summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-10-04 11:04:26 +0200
committerache <ache@ache.one>2022-10-04 11:04:26 +0200
commitfd22c4d945185bf2cbed2106006d23ed7bc4c43f (patch)
treec2fd82d39858daa119827f991815db4e585e23ed
parentDelete CSS relative to harr (diff)
Makefile build command
-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