5 lines
		
	
	
		
			164 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			164 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/web-doc.tar 2>&1 | grep '^[<>]'
 | 
						|
 |