mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
include RELAY_NAME_DEFAULT in help target
This commit is contained in:
parent
936ae796fd
commit
dd236d55d6
1 changed files with 2 additions and 2 deletions
|
@ -295,6 +295,6 @@ clean :
|
|||
rm -rf $(OBJDIR) $(TARGET) $(BMPS)
|
||||
|
||||
help:
|
||||
@echo "try 'make TARGET_OS=wince [DEBUG=TRUE]'"
|
||||
@echo "or 'make TARGET_OS=win32 [DEBUG=TRUE]'"
|
||||
@echo "try 'make TARGET_OS=wince [DEBUG=TRUE] [RELAY_NAME_DEFAULT=localhost]'"
|
||||
@echo "or 'make TARGET_OS=win32 [DEBUG=TRUE] [RELAY_NAME_DEFAULT=localhost]'"
|
||||
|
||||
|
|
Loading…
Reference in a new issue