mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 21:48:39 -04:00
First pass at reorganizing go code into sub-packages
This commit is contained in:
9
internal/handlers/Makefile
Normal file
9
internal/handlers/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
Reference in New Issue
Block a user