finish examples

This commit is contained in:
2024-11-13 16:06:46 +01:00
committed by coja
parent 3b5ce34285
commit f11c7c82b6
6 changed files with 257 additions and 40 deletions

View File

@@ -0,0 +1,15 @@
CP = ln -f
output: pngs/ldap.png
jpgs/ldap.jpg: ../../ldap/ldap.jpg
mkdir -p $(dir $@)
$(CP) $< $@
pngs/%.png: jpgs/%.jpg
mkdir -p $(dir $@)
$(info making $(@F) in $(@D))
magick $< $@
clean:
$(RM) -r pngs jpgs