This commit is contained in:
Mylloon 2024-11-06 08:54:15 +01:00
parent 7874e8630f
commit 1439add1b0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -34,6 +34,9 @@ TERMUX = $(firstword $(shell type termux-info &> /dev/null && echo 1))
ADMIN_WIN = $(shell touch $(PF) 2> /dev/null; echo $$?)
FORCE := 0
all: full-sync
@ -46,6 +49,8 @@ refresh:
# Pull and sync
full-sync:
# check if last update < with last commit ID or if FORCE is 1
# store update : commit id in ignored file
@$(MAKE) refresh
@$(MAKE) sync