Compare commits

...

1 commit
main ... lease

Author SHA1 Message Date
1439add1b0
idea 2024-11-06 08:54:15 +01:00

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 $$?) ADMIN_WIN = $(shell touch $(PF) 2> /dev/null; echo $$?)
FORCE := 0
all: full-sync all: full-sync
@ -46,6 +49,8 @@ refresh:
# Pull and sync # Pull and sync
full-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) refresh
@$(MAKE) sync @$(MAKE) sync