lib/browser/Makefile
author berghofe
Mon, 22 Sep 2003 16:01:36 +0200
changeset 14192 d6cb80cc1d20
parent 13971 aa5b6c8c7c4c
child 14539 90c625edaee1
permissions -rw-r--r--
Improved efficiency of code generated for < predicate on natural numbers.

# $Id$

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

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