shithub: fractals

ref: 24cb1dcb30000df8f556468ef6b27a899e6a5db7
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 mandelbrot.png

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

mandelbrot.png:
	$O.out -x -.5 -i 30 -s 4096x4096 | resample -x 1024 | topng > $target

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