mirror of
				https://github.com/brain-hackers/wiki.brainux.org
				synced 2025-11-04 14:38:36 +09:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			75 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			75 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY:
 | 
						|
install:
 | 
						|
	bundle install
 | 
						|
 | 
						|
.PHONY:
 | 
						|
serve:
 | 
						|
	bundle exec jekyll serve
 |