mirror of
				https://github.com/wangyu-/udp2raw.git
				synced 2025-11-04 12:15:35 +08:00 
			
		
		
		
	trival
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.cpp
									
									
									
									
									
								
							@@ -785,7 +785,7 @@ int client_event_loop()
 | 
			
		||||
 | 
			
		||||
	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");
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								makefile
									
									
									
									
									
								
							@@ -62,7 +62,7 @@ fast: git_version
 | 
			
		||||
	${cc_local}   -o ${NAME}          -I. ${SOURCES} ${FLAGS} -lrt -ggdb
 | 
			
		||||
debug: git_version
 | 
			
		||||
	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
 | 
			
		||||
	rm -f ${NAME}
 | 
			
		||||
	${cc_local}   -o ${NAME}          -I. ${SOURCES} ${FLAGS} -lrt -Wformat-nonliteral -ggdb
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user