Makefile : Update Termux files for Android switch.
This commit is contained in:
parent
118ed6afef
commit
c1baec70f8
4
Makefile
4
Makefile
|
@ -23,7 +23,9 @@ live:
|
||||||
|
|
||||||
.PHONY: android
|
.PHONY: android
|
||||||
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
|
.PHONY: check
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in a new issue