From ab63c5f0d8560898d8575c75e50c69482e9cd95d Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 20 Oct 2020 06:33:45 +0000 Subject: [PATCH] added new words, updated 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.10.0