mirror of
https://github.com/ctm/executor.git
synced 2024-11-27 01:49:33 +00:00
6 lines
127 B
Makefile
6 lines
127 B
Makefile
all: splash.8bp.ppm
|
|
|
|
splash.8bp.ppm: splash.8bp.tiff
|
|
tifftopnm < splash.8bp.tiff | ppmquant 256 | pnmnoraw > splash.8bp.ppm
|
|
|