From ba0c8ce91094e1d0284ffa5b77510d00f260ab25 Mon Sep 17 00:00:00 2001
From: Marko Mecina <marko.mecina@univie.ac.at>
Date: Thu, 27 May 2021 12:05:01 +0200
Subject: [PATCH] rename database make targets

---
 Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b852d36..a57a33f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ all: install build-pc
 
 install: install-confignator install-testlib set-start-scripts-permissions
 
+databases: ccs-storage codeblockreusefeature
+
 build-pc: build-fw-profile build-crplm build-cria build-crfee
 
 install-confignator:
@@ -36,7 +38,7 @@ install-database-dev-env:
 	@echo "+-----------------------------------------------+"
 	@echo
 
-install-database:
+ccs-storage:
 	@echo "+----------------------------------------+"
 	@echo "| setting up the storage database schema |"
 	@echo "+----------------------------------------+"
@@ -46,7 +48,7 @@ install-database:
 	@echo "+--------------------------------------------+"
 	@echo
 
-install-codeblockreusefeature:
+codeblockreusefeature:
 	@echo "+-----------------------------------------------+"
 	@echo "| setting up the codeblockreuse database schema |"
 	@echo "+-----------------------------------------------+"
-- 
GitLab