From: Shane Jaroch Date: Thu, 18 Apr 2024 16:29:20 +0000 (-0400) Subject: adjust sections in Makefile X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=d8a4732a03601a9d66c6d24b9a56d2792a687cc5;p=nutratech%2Fusda-sqlite.git adjust sections in Makefile --- diff --git a/Makefile b/Makefile index cfb9175..ad9a786 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ format: ## format SQL with pg_format # --------------------------------------- -# Build & install +# Build, test, and docs # --------------------------------------- DB_VERSION ?= $(shell python3 sql/latest_version.py) @@ -52,6 +52,11 @@ docs: ## Build the relational SVG diagram ./docs/sqleton.sh + +# --------------------------------------- +# Deploy +# --------------------------------------- + .PHONY: deploy/get-current-db-version deploy/get-current-db-version: @test "${DB_VERSION}"