diff --git a/Makefile b/boxes/phone/out-of-tree/Makefile similarity index 67% rename from Makefile rename to boxes/phone/out-of-tree/Makefile index 47cee80..2acae8c 100644 --- a/Makefile +++ b/boxes/phone/out-of-tree/Makefile @@ -1,10 +1,10 @@ termux: termux-pkgs termux-dots utils-sh st st: - cd builds/st/ && CC=clang make && cp st ~/.local/bin/st + cd ../../../builds/st/ && CC=clang make && cp st ~/.local/bin/st utils-sh: - cp builds/utils/sh/* ~/.local/bin + cp ../../../builds/utils/* ~/.local/bin termux-pkgs: pkg install \ @@ -33,7 +33,7 @@ termux-pkgs: x11-repo termux-dots: - ln -sf $(CURDIR)/.config ~/.config - ln -sf $(CURDIR)/home/ssh/config ~/.ssh/config + ln -sf $(CURDIR)/../../../.config ~/.config + ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config ln -sf ~/.config/bash/bashrc ~/.bashrc ln -sf ~/.config/bash/profile ~/.bash_profile