# Windows'95 Makefile for Kaffe scripts
#
# Copyright (c) 1996 T. J. Wilkinson & Associates, London, UK.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Written by Tim Wilkinson <tim@tjwassoc.demon.co.uk>, 1996.

libexec=	c:\kaffe\bin
INSTALL_PROGRAM=copy

all:		NULL

clean:		NULL

distclean:	clean

install:
		$(INSTALL_PROGRAM) javac.bat $(libexec)\javac.bat
		$(INSTALL_PROGRAM) javadoc.bat $(libexec)\javadoc.bat

NULL:
	@
