mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
add target for dict2dawg
This commit is contained in:
parent
b115cc6f0c
commit
22909ce6fb
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