From f9b8a4485fa501144284320ef8682cac7aa409ad Mon Sep 17 00:00:00 2001 From: USER Date: Thu, 22 Jun 2023 22:10:35 +0100 Subject: [PATCH] . --- sbin/Makefile.rootgitshared | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sbin/Makefile.rootgitshared diff --git a/sbin/Makefile.rootgitshared b/sbin/Makefile.rootgitshared new file mode 100644 index 0000000..91ed289 --- /dev/null +++ b/sbin/Makefile.rootgitshared @@ -0,0 +1,18 @@ +SHELL := /bin/sh +ZPC = /zz +MAKEFILE_NAME := $(firstword $(MAKEFILE_LIST)) + +.PHONY: help +help: ## Show this help + @egrep -h '\s##\s' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' + +##### +mark-complete: + -touch /var/tmp/${MAKEFILE_NAME} + +update: + -(${ZPC}/zShared/sbin/GitClone) + -(${ZPC}/zShared/sbin/GitPull) + +##### +load-all: update mark-complete