mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-10-30 01:23:26 -04: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
 |