8 lines
101 B
Makefile
8 lines
101 B
Makefile
all:
|
|
go run main.go types.go --list all
|
|
|
|
forecasting:
|
|
go run main.go types.go --list forecasting
|
|
|
|
|