From 23674cc02eb05dadeb2c2cc75f4a47997fc08119 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sat, 20 Jun 2020 10:04:09 +0000
Subject: [PATCH] added termux configs

---
 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