5 lines
		
	
	
		
			152 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			152 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								all:
							 | 
						||
| 
								 | 
							
									tar -cvf web-doc.tar index.html *.md
							 | 
						||
| 
								 | 
							
									curl -sv -X UNTAR --data-binary @web-doc.tar --output /dev/null https://www.miflux.com 2>&1 | grep '^[<>]'
							 | 
						||
| 
								 | 
							
								
							 |