all: ttyplayer.class


ttyplayer.class: ttyplayer.java
	javac ttyplayer.java

clean:
	-rm -f *.class
