add target for dict2dawg

This commit is contained in:
ehouse 2008-01-02 01:44:12 +00:00
parent b115cc6f0c
commit 22909ce6fb

View file

@ -33,4 +33,7 @@ byodfiles.tar:
done
clean:
rm -f byodfiles.tgz byodfiles.tar
rm -f byodfiles.tgz byodfiles.tar dict2dawg
dict2dawg: dict2dawg.cpp
$(CXX) $< -o $@