Makefile 398 B

12345678910111213
  1. .PHONY: all run
  2. all: textures/goronner-hud-inf-01.png textures/goronner-hud-imm-01.png
  3. textures/goronner-hud-inf-01.png: goronner-hud-inf.gif
  4. ffmpeg -i goronner-hud-inf.gif -frames:v 9 textures/goronner-hud-inf-%02d.png
  5. textures/goronner-hud-imm-01.png: goronner-hud-imm.gif
  6. ffmpeg -i goronner-hud-imm.gif -frames:v 9 textures/goronner-hud-imm-%02d.png
  7. run: all
  8. minetest --address '' --go