mirror of
				https://github.com/flynx/pWiki.git
				synced 2025-11-03 20:40:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			133 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			133 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
 | 
						|
 | 
						|
 | 
						|
 | 
						|
bootstrap.js:
 | 
						|
	node make_bootstrap.js
 | 
						|
 | 
						|
 | 
						|
.PHONY: bootstrap
 | 
						|
bootstrap: bootstrap.js
 | 
						|
 | 
						|
 | 
						|
clean:
 | 
						|
	rm -f bootstrap.js
 | 
						|
 | 
						|
 |