From: Shane Jaroch Date: Thu, 18 Apr 2024 16:26:44 +0000 (-0400) Subject: add make docs target X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=a96acca607cacad792675e67e4e6bb6c1c8c6486;p=nutratech%2Fusda-sqlite.git add make docs target --- diff --git a/Makefile b/Makefile index 1bb91a4..cfb9175 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,10 @@ test: ## Test the SQL database with basic queries SELECT * FROM version; \ " +.PHONY: docs +docs: ## Build the relational SVG diagram + ./docs/sqleton.sh + .PHONY: deploy/get-current-db-version deploy/get-current-db-version: