- commit
- 2c37909e6ac75700ef3434bf53a5e182cb524a7c
- parent
- f67930393ed014b0180288ca16962a4dde8d8bad
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-09-04 20:52
rm mustache
Diffstat
| M | .gitignore | 1 | - |
| M | Makefile | 6 | +----- |
2 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
@@ -1,3 +1,2 @@ 1 1 /_* 2 2 node_modules3 -1 content/js/mustache.mjs
diff --git a/Makefile b/Makefile
@@ -1,8 +1,4 @@1 -1 all: content/js/mustache.mjs content/material-icons.svg2 -13 -1 content/js/mustache.mjs:4 -1 npm install mustache5 -1 cp node_modules/mustache/mustache.mjs $@-1 1 all: content/material-icons.svg 6 2 7 3 content/material-icons.svg: scripts/get-material-icons.sh 8 4 $< > $@