Update Makefile
This commit is contained in:
parent
3fac9e7866
commit
ce154bf764
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue