From 796272896e4f53b074a63b0dd59ac132a5e15643 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Fri, 16 Oct 2020 07:00:18 +0000 Subject: [PATCH] inlined function --- 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