lib/browser/Makefile
author nipkow
Sun, 25 Jan 2004 00:42:22 +0100
changeset 14360 e654599b114e
parent 13971 aa5b6c8c7c4c
child 14539 90c625edaee1
permissions -rw-r--r--
Added an exception handler and error msg.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3598
28b6670e415a Makefile for GraphBrowser
berghofe
parents:
diff changeset
     1
# $Id$
28b6670e415a Makefile for GraphBrowser
berghofe
parents:
diff changeset
     2
28b6670e415a Makefile for GraphBrowser
berghofe
parents:
diff changeset
     3
all:
13971
aa5b6c8c7c4c target clean, compile Console.java
kleing
parents: 11980
diff changeset
     4
	javac GraphBrowser/GraphBrowser.java GraphBrowser/Console.java
aa5b6c8c7c4c target clean, compile Console.java
kleing
parents: 11980
diff changeset
     5
aa5b6c8c7c4c target clean, compile Console.java
kleing
parents: 11980
diff changeset
     6
clean:
aa5b6c8c7c4c target clean, compile Console.java
kleing
parents: 11980
diff changeset
     7
	rm -f GraphBrowser/*.class
aa5b6c8c7c4c target clean, compile Console.java
kleing
parents: 11980
diff changeset
     8
	rm -f awtUtilities/*.class