From 6db5b89755a44b6eb1f2b2b0afdeb99f36f6a032 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 21 Oct 2020 01:02:08 +0000
Subject: [PATCH] updated to check for file before enabling, removed libva

---
 Makefile |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 0575e03..c2c08a7 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,19 @@
 $(CONFIGS:=-del):
 	$(STOW) --delete -t $(HOME) $(@:-del=)
 
+.PHONY: emacs
+emacs:
+	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)
 
@@ -73,3 +86,4 @@
 	$(ECHO) '	utils(-uninstall)'
 	$(ECHO) '	fun(-uninstall)'
 	$(ECHO) '	desktop(-uninstall)'
+	$(ECHO) '	termux(-uninstall)'

--
Gitblit v1.10.0