diff src/Make_dice.mak @ 221:7fd4b5df33be

updated for version 7.0062
author vimboss
date Sun, 20 Mar 2005 22:37:15 +0000
parents e8f07016e34d
children eb531146be0e
line wrap: on
line diff
--- a/src/Make_dice.mak
+++ b/src/Make_dice.mak
@@ -59,6 +59,7 @@ SRC = \
 	regexp.c \
 	screen.c \
 	search.c \
+	spell.c \
 	syntax.c \
 	tag.c \
 	term.c \
@@ -100,6 +101,7 @@ OBJ =	o/buffer.o \
 	o/regexp.o \
 	o/screen.o \
 	o/search.o \
+	o/spell.o \
 	o/syntax.o \
 	o/tag.o \
 	o/term.o \
@@ -198,6 +200,8 @@ o/screen.o:	screen.c  $(SYMS)
 
 o/search.o:	search.c  $(SYMS) regexp.h
 
+o/spell.o:	spell.c  $(SYMS)
+
 o/syntax.o:	syntax.c  $(SYMS)
 
 o/tag.o:	tag.c  $(SYMS)