# makefile for lw/sample/rstr
# $Header: /d/1/proj/egypt/1/lw/sample/rstr/RCS/makefile,v 1.2 1994/07/23 18:35:34 kudou Exp $

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

all: sample.exe

sample.exe: sample.cpp sample.def sample.rc
	$(ccwexe)

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

