mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-27 00:44:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			180 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			180 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| default:
 | |
| 	@bundle install
 | |
| 
 | |
| update:
 | |
| 	@bundle update
 | |
| 
 | |
| clean:
 | |
| 	@bundle exec jekyll clean
 | |
| 
 | |
| server: clean
 | |
| 	@bundle exec jekyll server
 | |
| 
 | |
| build: clean
 | |
| 	@bundle exec jekyll build --profile
 | 
