mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
simplify build rule
This commit is contained in:
parent
7e46163988
commit
c5e0955460
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ $(XWLANG)%_newheader.bin: $(XWLANG)%_wordcount.bin
|
|||
|
||||
# clean this up....
|
||||
../dict2dawg: ../dict2dawg.cpp
|
||||
cd ../ && g++ -DDEBUG -O0 -g -Wall -o dict2dawg dict2dawg.cpp
|
||||
g++ -DDEBUG -O0 -g -Wall -o $@ $<
|
||||
|
||||
clean_common:
|
||||
rm -f $(XWLANG)Main.dict *.bin *.pdb *.seb dawg*.stamp *.$(FRANK_EXT) \
|
||||
|
|
Loading…
Add table
Reference in a new issue