3 lines
		
	
	
		
			63 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			63 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all:
 | |
| 	g++ -O3 -o tcp_send send.cpp -lpthread -ltins -std=c++11
 | 
| all:
 | |
| 	g++ -O3 -o tcp_send send.cpp -lpthread -ltins -std=c++11
 |