lib/browser/Makefile
author kleing
Wed, 14 May 2003 15:22:37 +0200
changeset 14029 fe031a7c75bc
parent 13971 aa5b6c8c7c4c
child 14539 90c625edaee1
permissions -rw-r--r--
use proof objects for HOL by default

# $Id$

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

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