#
# @(#)Makefile	1.3 99/03/30 15:51:21
#
# Copyright 1998 by Sun Microsystems, Inc.
# All rights reserved

include $(SRC)/Makefile.master
include $(WIZSRC)/Makefile.cmd

JAVA= LauncherResources.java

SUBDIRS=tasks panels core bin

here: $(CLASSES)

cleanhere: 
	$(RM) $(CLASSES)

.KEEP_STATE:

