shithub: fractals

ref: bbc82d529a5b3c46630b79bd2d60125b4692df89
dir: /mkfile/

View raw version
</$objtype/mkfile

TARG=fractal
OFILES=fractal.$O gen.$O complex.$O
HFILES=complex.h gen.h

all:V: $O.out

test:V: julia.bit mandel.bit iter.bit size.bit

julia.bit: $O.out
	$O.out -j 0.28,0.01 > $target

mandel.bit: $O.out
	$O.out -x -.5 > $target

iter.bit: $O.out
	$O.out -x -.5 -i 30 > $target

size.bit: $O.out
	$O.out -x -.5 -i 30 -s 1024x1024 > $target

</sys/src/cmd/mkone

# LDFLAGS=-p