ftoa: ftoa.c
	cc -o ftoa ftoa.c

clean:
	rm -f ftoa ftoa.o core *~ *.BAK
