mirror of
				https://github.com/wangyu-/udp2raw.git
				synced 2025-11-04 12:15:35 +08:00 
			
		
		
		
	fix print format
This commit is contained in:
		
							
								
								
									
										4
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								makefile
									
									
									
									
									
								
							@@ -61,6 +61,10 @@ mac_nolibnet:git_version
 | 
			
		||||
	rm -f ${NAME}
 | 
			
		||||
	${cc_local}   -o ${NAME}          -I. ${SOURCES} ${PCAP} ${FLAGS} -ggdb -O2 -DNO_LIBNET
 | 
			
		||||
 | 
			
		||||
mac_nolibnet_static:git_version  #it doesnt work
 | 
			
		||||
	rm -f ${NAME}
 | 
			
		||||
	${cc_local}   -o ${NAME}          -I. ${SOURCES} -static-libstdc++  /usr/local/Cellar/libpcap/1.8.1/lib/libpcap.a  ${FLAGS} -ggdb -O2 -DNO_LIBNET
 | 
			
		||||
 | 
			
		||||
fast: git_version
 | 
			
		||||
	rm -f ${NAME}
 | 
			
		||||
	${cc_local}   -o ${NAME}          -I. ${SOURCES} ${FLAGS} -lrt -ggdb
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user