factor/apps/mandel/load.factor

9 lines
161 B
Factor
Raw Normal View History

2006-11-28 21:57:29 -05:00
PROVIDE: apps/mandel
{ +files+ { "mandel.factor" } }
{ +tests+ { "tests.factor" } } ;
USE: mandel
USE: test
2006-11-28 21:57:29 -05:00
MAIN: apps/mandel [ "mandel.pnm" run>file ] time ;