Files
zShared/Makefile.rootgit
USER f6cd42a583 .
2023-02-04 20:28:56 +00:00

25 lines
458 B
Makefile

SHELL := /bin/sh
ZPC = /zz
DIGICONFIG = /home/${LOGNAME}/.config/digikamrc
.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.rootgit
setup:
-(./shared/rGitClone)
-(./shared/rGitPull)
update:
-(${ZPC}/zShared/shared/rGitClone)
-(${ZPC}/zShared/shared/rGitPull)
#####
load-all: mark-complete