From 7ef200a18ce613bb2d5e2360f65bd89060b9c404 Mon Sep 17 00:00:00 2001 From: USER Date: Sat, 4 Feb 2023 20:27:11 +0000 Subject: [PATCH] . --- Makefile.rootgit | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.rootgit b/Makefile.rootgit index 1967850..185aa20 100644 --- a/Makefile.rootgit +++ b/Makefile.rootgit @@ -10,11 +10,15 @@ help: ## Show this help mark-complete: -touch /var/tmp/Makefile.rootgit -setup-dirs: +initial-setup: + -(./shared/rGitClone) + -(./shared/rGitPull) + +update: -(./shared/rGitClone) -(./shared/rGitPull) ##### -load-all: setup-dirs mark-complete +load-all: mark-complete