Files
zShared/sbin/Makefile.rootgitshared
USER f9b8a4485f .
2023-06-22 22:10:35 +01:00

19 lines
403 B
Makefile

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