build:
	gcc -o mmafm mmafm.c parseAFM.c

clean:
	-rm *.pl *.vpl *.tfm *.vf _min*

realclean: clean
	-rm z*

