Makefile : Update Termux files for Android switch.

This commit is contained in:
Dmitry Voronin 2024-06-30 03:02:19 +03:00
parent 118ed6afef
commit c1baec70f8
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -23,7 +23,9 @@ live:
.PHONY: android
android:
nix-on-droid switch --flake $(flake)
nix-on-droid switch --flake $(flake); \
cp ~/.termux/_font.ttf ~/.termux/font.ttf; \
cp ~/.termux/_colors.properties ~/.termux/colors.properties
.PHONY: check
check: