# $Id$
#
# Makefile for GraphBrowser

all:
	javac GraphBrowser/GraphBrowser.java

