Include edit_distance in spell target

This commit is contained in:
Imbus 2024-11-21 09:46:54 +01:00
parent 57d5f34ee5
commit d4970c8d76

View file

@ -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 $@