From 77bcf98c5641412f640de937294ab94b0b0522ad Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 05 Oct 2021 02:45:37 +0000 Subject: [PATCH] Merge branch 'master' of https://github.com/Chizi123/dotfiles --- Makefile | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 5ac56b6..22f3f9e 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,9 @@ UTILS = emacs git aspell FUN = mpd ncmpcpp mailcap rtv 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