# makefile for lw/sample/edit
# $Header: /d/1/proj/egypt/1/lw/sample/edit/RCS/makefile,v 1.2 1994/07/23 18:32:48 kudou Exp $

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

all: edit.exe

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

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

