From a1b10bb70f1c083aa305227059986823b6c7e963 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 24 Mar 2026 19:56:58 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xpybar/config/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xpybar') diff --git a/xpybar/config/Makefile b/xpybar/config/Makefile index b5ce07a..13b97c8 100644 --- a/xpybar/config/Makefile +++ b/xpybar/config/Makefile @@ -2,10 +2,13 @@ all: xmonad-monitor -xmonad-monitor: xmonad-monitor.gpp +.gpp: @touch -- $@ @chmod -- +w $@ gpp -s '%%' < $@.gpp > $@ @chmod -- a-w $@ +.SUFFIXES: +.SUFFIXES: .gpp + .PHONY: all -- cgit v1.2.3-70-g09d2