fysplane/resources/graphics/Makefile

8 lines
199 B
Makefile
Raw Normal View History

2014-10-20 17:56:05 +00:00
all:
zsh -c '$(MAKE) plane-{red,green}-{0000..0035}.png'
plane-red-%.png: plane-%.png
convert $< -fill red -colorize 50% $@
plane-green-%.png: plane-%.png
convert $< -fill green -colorize 50% $@