forked from sheetjs/sheetjs
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			63 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			63 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .PHONY: init
 | |
| init:
 | |
| 	npm i
 | |
| 
 | |
| .PHONY: tfjs
 | |
| tfjs: init
 | |
| 	node tf.js
 |