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

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

all: wnd.exe

wnd.exe: wnd.cpp wnd.h mswin.cpp mswin.h main.cpp wnd.def wnd.rc
	$(ccwexe)

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


