Include edit_distance in spell target
This commit is contained in:
parent
57d5f34ee5
commit
d4970c8d76
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ edit: test_edit_distance.o edit_distance.o
|
|||
@echo "Building & linking $@"
|
||||
@$(CXX) $(CXXFLAGS) $^ -o $@
|
||||
|
||||
spell: spell.o word.o dictionary.o
|
||||
spell: spell.o word.o dictionary.o edit_distance.o
|
||||
@echo "Building & linking $@"
|
||||
@$(CXX) $(CXXFLAGS) $^ -o $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue