refacto: pg_morbac -> pgmorbac

This commit is contained in:
2026-02-22 22:24:47 +01:00
parent 2202676f54
commit 32a6a8dd17
23 changed files with 71 additions and 71 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
# Makefile for pg_morbac PostgreSQL Extension
# Makefile for pgmorbac PostgreSQL Extension
# Multi-OrBAC: Organization-Based Access Control
PROJECT_FILENAME = pg_morbac
PROJECT_FILENAME = pgmorbac
# Read version from control file using centralized script
PROJECT_VERSION = $(shell ./tools/get_version.sh $(PROJECT_FILENAME).control)
@@ -97,7 +97,7 @@ docker-check: docker-install
# Show help
.PHONY: help
help:
@echo "pg_morbac Makefile - Build and manage the PostgreSQL extension"
@echo "pgmorbac Makefile - Build and manage the PostgreSQL extension"
@echo ""
@echo "Makefile targets:"
@echo " make build - Build $(OUTPUT_DEV_FILENAME) from src/"