From 86a29e30b39f93dcfb9b6cf41933b441f6b9aef5 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sat, 14 Aug 2021 05:14:59 +0000 Subject: [PATCH] Merge branch 'master' of 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