mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add target for dict2dawg
This commit is contained in:
parent
4f65e023e3
commit
c8ead8477e
1 changed files with 4 additions and 1 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue