mirror of
https://github.com/ctm/executor.git
synced 2025-01-09 09:29: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
|
||
|
|