fix termux
This commit is contained in:
parent
9d97077074
commit
9a1a2a65d7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -276,7 +276,7 @@ else ifeq ($(WSL), 1)
|
|||
@echo
|
||||
|
||||
# Specific to Termux
|
||||
else ifeq ($(TERMUX), 1)
|
||||
else ifeq ($(firstword 1, $(TERMUX)), 1)
|
||||
@$(MAKE) sync-termux
|
||||
|
||||
@echo "✅ Termux synced!"
|
||||
|
|
Loading…
Reference in a new issue