JAVAC=javac

all: InteractiveSQL.class

InteractiveSQL.class : InteractiveSQL.java
        $(JAVAC) $? 
