From 0f1df0db903ba576fd17b08197d3066af7a61e5f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 18 Nov 2023 23:23:40 +0100 Subject: A lot of changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xpybar/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'xpybar') diff --git a/xpybar/Makefile b/xpybar/Makefile index 6d0d753..da65a68 100644 --- a/xpybar/Makefile +++ b/xpybar/Makefile @@ -1,9 +1,8 @@ .POSIX: -include ../common.mk install: - $(CHECK_INSTALLED) general-preprocessor - make -C config + ../check-installed general-preprocessor + cd config && $(MAKE) mkdir -p -- ~/.config if test -L ~/.config/xpybar; then \ test "$$(readlink -- ~/.config/xpybar)" = ~/.dotfiles/xpybar/config; \ @@ -13,6 +12,5 @@ install: fi uninstall: + +! ../check-installed xpybar -unlink -- ~/.config/xpybar - -.PHONY: install uninstall -- cgit v1.2.3-70-g09d2