forked from sheetjs/sheetjs
		
	- frameworks: react, react-native, preact, next.js, weex, nuxt.js - deployments: nodejs server, duktape, chakra, electron, nw.js
		
			
				
	
	
		
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .PHONY: init
 | |
| init:
 | |
| 	mkdir -p node_modules
 | |
| 	cd node_modules; if [ ! -e xlsx ]; then ln -s ../../../ xlsx ; fi; cd -
 | |
| 
 | |
| .PHONY: run
 | |
| run:
 | |
| 	electron .
 |