# -------------------------------------------------------------------- #
#           Copyright (c) 1993-4 by T.Kudou. All rights reserved.
#
# makefile for top
#
# -------------------------------------------------------------------- #
# $Header: /d/1/proj/egypt/1/RCS/makefile,v 1.4 1994/07/23 18:27:38 kudou Exp $

include dir.mk
include $(TOP)/config.mk
include $(TOP)/common.mk

TARGETS=leaf lw wool

.PHONY: $(TARGETS) $(addsuffix .clean,$(TARGETS))

all: $(TARGETS)

clean: $(addsuffix .clean,$(TARGETS))

$(TARGETS):
	$(enter)

$(addsuffix .clean,$(TARGETS)):
	$(enter_clean)
