#
# @(#)GNUmakefile	1.5 97/11/16
#
# An alias for sun/javac/GNUmakefile
#

all optimized debug clean clobber classes ::
	@echo ">>>Recursively making ../../sun/javac "$@"..."
	@cd ../../sun/javac ; $(MAKE) $@
	@echo "<<<Finished Recursively making ../../sun/javac "$@"."
