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