5 lines
88 B
Makefile
5 lines
88 B
Makefile
img.png: img.pnm
|
|
pnmtopng $< > $@
|
|
|
|
img.pnm: grayscott.dyalog
|
|
dyalog -nokbd -script $<
|