make:
	javac JRockey2.java
	mkdir -p rockey2
	mv JRockey2.class rockey2 -f
	javac Sample.java
clean:
	rm -f *.class
