mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 13:46:42 +00:00
6 lines
86 B
Makefile
6 lines
86 B
Makefile
|
|
SHELL := /bin/bash
|
||
|
|
|
||
|
|
dbt-console:
|
||
|
|
docker-compose run dbt_console
|
||
|
|
|
||
|
|
.PHONY: dbt-console
|