pico-epaper/Makefile
2023-04-22 19:14:21 +02:00

12 lines
224 B
Makefile

all: images download
images:
cd gallery && for F in *.jpg; do ./convert_image.sh $F $F.bmp
download: jokes.json
jokes.json:
curl -o jokes.json https://github.com/wiz64/superfun/raw/main/database/ichd/jokes-file.json