aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1f7399d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,19 @@
+
+
+ANNOTATION_NAMESPACE = yolean.se/kubernetes-kafka/
+GIT_START_REV = $(shell git rev-parse --short HEAD)
+GIT_START_STATUS =
+
+start:
+ git status -s
+ [ -z $(git status --untracked-files=no -s) ]
+ #override GIT_START_REV := $($())
+ echo "A start"
+
+annotate:
+ echo "A end $(GIT_START_REV) $(ANNOTATION_NAMESPACE)"
+
+prod-merge-yolean:
+ echo "A prod"
+
+yolean: start prod-merge-yolean annotate