# makefile for lw/sample/term
# $Header: /d/1/proj/egypt/1/lw/sample/term/RCS/makefile,v 1.2 1994/07/23 18:36:33 kudou Exp $

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

all: term.exe

term.exe: term.cpp term.h term.def term.rc term.ico
	$(ccwexe)

clean:
	$(RM) term.exe term.map term.obj term.res

