From 73aeec7a057eac3ec18dc4a2cb188ede9659ec8e Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Fri, 25 Sep 2020 06:55:56 +0000 Subject: [PATCH] updated pip-upgrade to use python --- Makefile | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 68ba067..c2c08a7 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,14 @@ git submodule update --init $(STOW) -t $(HOME) $@ +.PHONY: termux +termux: shells + $(STOW) -t $(HOME) $@ + +.PHONY: termux-uninstall +termux-uninstall: shells-uninstall + $(STOW) --delete -t $(HOME) $(@:-uninstall=) + .PHONY: shells shells: $(SHELLS) @@ -78,3 +86,4 @@ $(ECHO) ' utils(-uninstall)' $(ECHO) ' fun(-uninstall)' $(ECHO) ' desktop(-uninstall)' + $(ECHO) ' termux(-uninstall)' -- Gitblit v1.9.3