store images in base64

This commit is contained in:
2024-09-22 14:08:32 +02:00
parent 805c7694bb
commit 9591089b42
3 changed files with 9291 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
images/%.png: %.png.64
base64 -d $< > $@
out: images/test-milje.png