From 1c990949c05dc2d60c45170d2a939d2c24309aa2 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 08 Dec 2021 08:44:09 +0000 Subject: [PATCH] updated emacs --- Makefile | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c2c08a7..22f3f9e 100644 --- a/Makefile +++ b/Makefile @@ -20,9 +20,10 @@ 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 +ARCH = paru -CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP) +CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP) $(ARCH) all: help @@ -71,6 +72,12 @@ .PHONY: desktop-uninstall desktop-uninstall: $(DESKTOP:=-del) +.PHONY: arch +arch: $(ARCH) + +.PHONY: arch-uninstall +arch-uninstall: $(ARCH:=-del) + .PHONY: $(INSTALL_TARGETS) $(INSTALL_TARGETS): $(CONFIGS) -- Gitblit v1.9.3