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