# $Id: Makefile,v 1.1 1997/08/05 22:04:53 berghofe Exp $
#
# Makefile for GraphBrowser

all:
	javac GraphBrowser/GraphBrowser.java

