Help for smake.sh created

This commit is contained in:
Kolan Sh 2011-07-08 11:11:31 +04:00
parent ad09bce8d8
commit ec93c5c2ed
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ while true ; do
echo -e "-x [CXX], --cxx [CXX]\t\tUse CXX as C++ compiler."
echo -e "-i [INC], --include [INC]\tSet INC as include path."
echo -e "-l [LIB], --libraries [LIB]\tSet LIB as libraries that must be linked with."
echo -e "-t [TGT], --target [TGT]\tSet target name."
echo -e "-t [TGT], --target [TGT]\tSet TGT as target name."
echo
echo -e "This program works on any Linux with GNU Baurne's shell"
echo -e "Report bugs to <mecareful@gmail.com>"