mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-03 18:13:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
all: security_templates.go
 | 
						|
 | 
						|
security_templates.go: cusip_list.csv scripts/gen_security_list.py
 | 
						|
	./scripts/gen_security_list.py > security_templates.go
 | 
						|
 | 
						|
cusip_list.csv:
 | 
						|
	./scripts/gen_cusip_csv.sh > cusip_list.csv
 | 
						|
 | 
						|
.PHONY = all
 |