forked from sheetjs/sheetjs
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			124 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			124 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .PHONY: init
 | |
| init:
 | |
| 	if [ ! -e xlsx.full.min.js ]; then ln -s ../../dist/xlsx.full.min.js . ; fi
 | |
| 
 | |
| .PHONY: run
 | |
| run:
 | |
| 	npx nw .
 |