#compilador a utilizar
JC=javac -deprecation


ListaRegistros.class: ListaRegistros.java
	$(JC) ListaRegistros.java


clean:
	rm -rf *.class