mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +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
|
done
|
||||||
|
|
||||||
clean:
|
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