forked from sheetjs/sheetjs
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			108 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			108 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| DEPS=$(wildcard bits/*.js)
 | |
| 
 | |
| xlsx.js: $(DEPS)
 | |
| 	cat $^ > $@
 | |
| 
 | |
| .PHONY: clean
 | |
| clean:
 | |
| 	rm xlsx.js
 | |
| 
 | |
| test:
 | |
| 	npm test
 |