isftoasc:	isftoasc.c
	gcc -Wall isftoasc.c -o isftoasc

clean:
	rm -f isftoasc core
