6 lines
70 B
Makefile
6 lines
70 B
Makefile
m cmd *ARGS:
|
|
go run ./cmd/migrate {{cmd}} {{ARGS}}
|
|
|
|
dev:
|
|
go run .
|