mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-02-08 08:09:34 +08:00
trival
This commit is contained in:
parent
8e7aec7b50
commit
e630f81c6e
2
main.cpp
2
main.cpp
@ -785,7 +785,7 @@ int client_event_loop()
|
|||||||
|
|
||||||
if(strcmp(dev,"")==0)
|
if(strcmp(dev,"")==0)
|
||||||
{
|
{
|
||||||
mylog(log_info,"--dev have not been set, trying to detect automatically, avaliable deives:\n",dev);
|
mylog(log_info,"--dev have not been set, trying to detect automatically, avaliable deives:\n");
|
||||||
|
|
||||||
mylog(log_info,"avaliable deives(and ip address):\n");
|
mylog(log_info,"avaliable deives(and ip address):\n");
|
||||||
|
|
||||||
|
2
makefile
2
makefile
@ -62,7 +62,7 @@ fast: git_version
|
|||||||
${cc_local} -o ${NAME} -I. ${SOURCES} ${FLAGS} -lrt -ggdb
|
${cc_local} -o ${NAME} -I. ${SOURCES} ${FLAGS} -lrt -ggdb
|
||||||
debug: git_version
|
debug: git_version
|
||||||
rm -f ${NAME}
|
rm -f ${NAME}
|
||||||
${cc_local} -o ${NAME} -I. ${SOURCES} ${FLAGS} -lrt -Wformat-nonliteral -D MY_DEBUG
|
${cc_local} -o ${NAME} -I. ${SOURCES} ${PCAP} ${LIBNET} ${FLAGS} -lrt -ggdb -static -O2 -Wformat-nonliteral -D MY_DEBUG
|
||||||
debug2: git_version
|
debug2: git_version
|
||||||
rm -f ${NAME}
|
rm -f ${NAME}
|
||||||
${cc_local} -o ${NAME} -I. ${SOURCES} ${FLAGS} -lrt -Wformat-nonliteral -ggdb
|
${cc_local} -o ${NAME} -I. ${SOURCES} ${FLAGS} -lrt -Wformat-nonliteral -ggdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user