From 9958c86a813918704dede9a7c0920ccb4eb5c55b Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 13 Oct 2020 05:25:06 +0000 Subject: [PATCH] made POSIX shell compliant --- 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