]> Nutra Git (v2) - nutratech/usda-sqlite.git/commitdiff
adjust sections in Makefile
authorShane Jaroch <chown_tee@proton.me>
Thu, 18 Apr 2024 16:29:20 +0000 (12:29 -0400)
committerShane Jaroch <chown_tee@proton.me>
Thu, 18 Apr 2024 16:29:20 +0000 (12:29 -0400)
Makefile

index cfb9175e00c3f3b2a13bff0e9c40b69a0c60a31e..ad9a78687023fa0517ce0686f0df44d8379babfe 100644 (file)
--- 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}"