More precise ly make compatible with `gcc version 10.2.1 20210110 (Debian 10.2.1-6)`
		
			
				
	
	
		
			5 lines
		
	
	
		
			63 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			63 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .PHONY: main
 | |
| 
 | |
| main:
 | |
| 	g++ main.cpp -g -std=c++17 -lcurl -o main
 |