diff options
Diffstat (limited to 'src/Make_dice.mak')
-rw-r--r-- | src/Make_dice.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Make_dice.mak b/src/Make_dice.mak index f2b090749..c5fea5ee3 100644 --- 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) |