From 2366b0e5b1be1f83aafc6839eee30a2b6ce7f809 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Fri, 09 Oct 2020 10:56:28 +0000 Subject: [PATCH] update emacs --- 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.9.3