From 51b091a6a34e279413106c024bdf71fe8c7b77c2 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Sat, 26 Oct 2024 12:30:37 -0500 Subject: [PATCH] make the makefile ignore errors --- boxes/phone/out-of-tree/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/boxes/phone/out-of-tree/Makefile b/boxes/phone/out-of-tree/Makefile index 9c2923f..48cd56f 100644 --- a/boxes/phone/out-of-tree/Makefile +++ b/boxes/phone/out-of-tree/Makefile @@ -1,4 +1,4 @@ -termux: termux-pkgs termux-dots utils-sh rebuild-sh st pip-pkgs git-annex.linux +termux: termux-pkgs termux-dots utils-sh rebuild-sh st pip-pkgs git-annex.linux sssg list: options # alias options: @@ -9,9 +9,10 @@ options: @echo termux-pkgs - install termux pkgs @echo termux-dots - install termux dotfiles @echo git-annex.linux - install git-annex + @echo sssg - install sssg st: - cd ../../../builds/st/ && CFLAGS="-DIS_PHONE" CC=clang make && cp st ~/.local/bin/st + -cd ../../../builds/st/ && CFLAGS="-DIS_PHONE" CC=clang make && cp st ~/.local/bin/st utils-sh: cp ../../../builds/utils/* ~/.local/bin @@ -52,6 +53,7 @@ termux-pkgs: jq \ isync \ neomutt \ + pandoc \ wget \ tur-repo \ x11-repo @@ -71,3 +73,7 @@ termux-dots: git-annex.linux: bash install-git-annex.sh + +sssg: + cp ~/git/sssg/sssg.sh ~/.local/bin/sssg + chmod +x ~/.local/bin/sssg