mirror of
				https://github.com/flynx/pWiki.git
				synced 2025-10-29 01:50:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			336 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			336 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| bootstrap.js: scripts/bootstrap.js
 | |
| 	node $<
 | |
| 
 | |
| 
 | |
| 
 | |
| .PHONY: bootstrap
 | |
| bootstrap: bootstrap.js
 | |
| 
 | |
| 
 | |
| node_modules:
 | |
| 	npm install
 | |
| 
 | |
| 
 | |
| # XXX is this a good idea???
 | |
| dev: node_modules
 | |
| 	cp $</ig-object/object.js lib/
 | |
| 	cp $</ig-actions/actions.js lib/
 | |
| 	cp $</ig-features/features.js lib/
 | |
| 
 | |
| 
 | |
| 
 | |
| clean:
 | |
| 	rm -f bootstrap.js
 | |
| 
 | |
| 
 |