diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -DB=sslmode=disable dbname=lastfm +DB=$(shell cat config.json | jq '.Database') all: kill build start @@ -22,4 +22,4 @@ down: goose -dir migrations postgres "$(DB)" down status: - goose -dir migrations postgres "$(DB)" status + goose -dir migrations postgres $(DB) status |
