isodetect:	
	gcc isodetect.c -o isodetect

clean:
	rm -f *.o isodetect core
