lib/browser/Makefile
author kleing
Tue, 09 Mar 2004 04:19:41 +0100
changeset 14447 5b61dc4eab24
parent 13971 aa5b6c8c7c4c
child 14539 90c625edaee1
permissions -rw-r--r--
include more explanation of variables

# $Id$

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

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