aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 10:17:43 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 10:17:43 +0100
commitae24d9a8869c497537839f330384cbadb2cf687c (patch)
tree79184f1d1db6f0b8e2f7aad3a262b3a2bccdde58 /Makefile
parent409dfae3983b55ffa469a556683fab4ec70b1e99 (diff)
downloadmitjafelicijan.com-ae24d9a8869c497537839f330384cbadb2cf687c.tar.gz
Updated theme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ce1daa..e6161a7 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ MAKEFLAGS=-j4
5build: openring 5build: openring
6 python3 vault.py 6 python3 vault.py
7 jbmafp --build 7 jbmafp --build
8 cd public; find . -type f -name '*.html' -exec sed -i 's/<img /<img loading="lazy" /g' {} \;
8 9
9dev: 10dev:
10 jbmafp --build --server 11 jbmafp --build --server