5 lines
		
	
	
		
			85 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			85 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY: upload
 | 
						|
 | 
						|
upload:
 | 
						|
	rsync -r --exclude .git/ . doktorkraus.de:/var/www/bovender
 |