This commit is contained in:
USER
2023-06-22 22:36:40 +01:00
parent f9b8a4485f
commit bc28e13e91

View File

@ -1,5 +1,5 @@
SHELL := /bin/sh SHELL := /bin/sh
ZPC = /zz ZZ = /zz
MAKEFILE_NAME := $(firstword $(MAKEFILE_LIST)) MAKEFILE_NAME := $(firstword $(MAKEFILE_LIST))
.PHONY: help .PHONY: help
@ -11,8 +11,8 @@ mark-complete:
-touch /var/tmp/${MAKEFILE_NAME} -touch /var/tmp/${MAKEFILE_NAME}
update: update:
-(${ZPC}/zShared/sbin/GitClone) -(${ZZ}/zShared/sbin/GitClone)
-(${ZPC}/zShared/sbin/GitPull) -(${ZZ}/zShared/sbin/GitPull)
##### #####
load-all: update mark-complete load-all: update mark-complete