lib/browser/Makefile
author kleing
Wed, 07 May 2003 17:06:11 +0200
changeset 13971 aa5b6c8c7c4c
parent 11980 98a1bb0bfd3a
child 14539 90c625edaee1
permissions -rw-r--r--
target clean, compile Console.java

# $Id$

all:
	javac GraphBrowser/GraphBrowser.java GraphBrowser/Console.java

clean:
	rm -f GraphBrowser/*.class
	rm -f awtUtilities/*.class