lib/browser/Makefile
author paulson
Wed, 13 Aug 2003 17:44:01 +0200
changeset 14148 6580d374a509
parent 13971 aa5b6c8c7c4c
child 14539 90c625edaee1
permissions -rw-r--r--
corrections by Viktor Kuncak and minor updating

# $Id$

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

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