Mercurial > repos > blastem
comparison Makefile @ 2166:3a6680e9204a
xcftools is no longer packaged by Debian/Ubuntu so switched to imagemagick
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 23 Jul 2022 10:54:07 -0700 |
parents | 2449c88cea36 |
children | 4c265d2f6c88 |
comparison
equal
deleted
inserted
replaced
2165:c1800fb99e78 | 2166:3a6680e9204a |
---|---|
359 | 359 |
360 %.o : %.m | 360 %.o : %.m |
361 $(CC) $(CFLAGS) -c -o $@ $< | 361 $(CC) $(CFLAGS) -c -o $@ $< |
362 | 362 |
363 %.png : %.xcf | 363 %.png : %.xcf |
364 xcf2png $< > $@ | 364 convert -background none -flatten $< $@ |
365 | 365 |
366 %.tiles : %.spec | 366 %.tiles : %.spec |
367 ./img2tiles.py -s $< $@ | 367 ./img2tiles.py -s $< $@ |
368 | 368 |
369 %.bin : %.s68 | 369 %.bin : %.s68 |