7 lines
		
	
	
		
			83 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			83 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY: mirror
 | 
						|
 | 
						|
default: mirror
 | 
						|
 | 
						|
mirror:
 | 
						|
	run-one-until-success bash syncubuntu.sh
 |