14 lines
		
	
	
		
			231 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			231 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Shake
 | |
| 
 | |
| `Shake.hs` in the top directory complements the Makefile; it is used for some more complex tasks, such as building documentation and the web site.
 | |
| 
 | |
| Compile it: 
 | |
| 
 | |
|     ./Shake.hs   # or, make Shake
 | |
| 
 | |
| See help:
 | |
| 
 | |
|     ./Shake
 | |
| 
 | |
| 
 |