From 8549ba532f744ef2de761ac0ab0e53eed4b07b85 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sat, 14 Aug 2021 05:11:53 +0000 Subject: [PATCH] added subreddit --- Makefile | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 68ba067..5ac56b6 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ SHELLS = bash zsh all-shells UTILS = emacs git aspell FUN = mpd ncmpcpp mailcap rtv -DESKTOP = libinput-gestures wallpaper-reddit +DESKTOP = libinput-gestures reddit-wallpaper-fetcher CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP) @@ -38,6 +38,14 @@ 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) @@ -78,3 +86,4 @@ $(ECHO) ' utils(-uninstall)' $(ECHO) ' fun(-uninstall)' $(ECHO) ' desktop(-uninstall)' + $(ECHO) ' termux(-uninstall)' -- Gitblit v1.9.3