# makefile for lw/sample/textwnd
# $Header: /d/1/proj/egypt/1/lw/sample/textwnd/RCS/makefile,v 1.2 1994/07/23 18:37:14 kudou Exp $

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

all: textwnd.exe

textwnd.exe: main.cpp textwnd.def textwnd.rc
	$(ccwexe)

clean:
	$(RM) textwnd.exe textwnd.map main.obj textwnd.res

