Skip to content
Snippets Groups Projects
Verified Commit 1e573be6 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 758306bc
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,8 @@
#############################################################################################
# path and binaries
AWS ?= aws
EXECUTABLES = $(EXECUTABLES:-) $(AWS)
## Set AWS profile
AWS_PROFILE ?= schukai
EXECUTABLES = $(EXECUTABLES:-) $(AWS)
\ No newline at end of file
......@@ -41,7 +41,7 @@ git-push-to-server:
## git create branch and push changes to server
git-push: git-branch git-push-to-server
.PHONY: git-GIT_TAG
## git create version GIT_TAG
git-GIT_TAG:
$(QUIET) $(GIT) GIT_TAG -a "$(COMPONENT_VERSION)" -m "release $(COMPONENT_VERSION)"
.PHONY: git-tag
## git create version tag
git-tag:
$(QUIET) $(GIT) tag -a "$(COMPONENT_VERSION)" -m "release $(COMPONENT_VERSION)"
......@@ -6,7 +6,7 @@
#############################################################################################
#############################################################################################
## @see .PHONY https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html#Phony-Targets
# @see .PHONY https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html#Phony-Targets
.PHONY: init-standard
## init standard project
......
......@@ -6,7 +6,7 @@
#############################################################################################
#############################################################################################
## @see .PHONY https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html#Phony-Targets
# @see .PHONY https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html#Phony-Targets
.PHONY: update-makefiles
## update standard makefiles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment