Update Makefile

This commit is contained in:
Mylloon 2025-04-30 13:13:26 +02:00
parent 3fac9e7866
commit ce154bf764
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -390,6 +390,9 @@ else ifeq ($(TERMUX), 1)
endif
# END
@echo $(CURRENT_COMMIT) > $(LATEST_FILE)
@$(MAKE) force-latest-update-done
@echo "🎉 Sync complete!"
endif
force-latest-update-done:
@echo $(CURRENT_COMMIT) > $(LATEST_FILE)