add target for dict2dawg

This commit is contained in:
ehouse 2008-01-02 01:44:12 +00:00
parent 4f65e023e3
commit c8ead8477e

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