From 976a2c7c284aadcdba3fd4505a7dea19fe48e7d5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 13 Jan 2022 23:10:42 -0800 Subject: [xmodmap] Add section to remap Super_R to Hyper_R --- GNUmakefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 03da67e..ea8fd81 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,6 +7,9 @@ STOW=stow all: $(MODULES) +build: + mkdir build + clean: $(addsuffix -clean,$(MODULES)) zsh: @@ -45,13 +48,13 @@ emacs-install: emacs-stow # Xmodmap # ########### -xmodmap: Xmodmap/.Xmodmap +xmodmap: build build/.Xmodmap -Xmodmap/.Xmodmap: Xmodmap/Xmodmap.org +build/.Xmodmap: xmodmap/Xmodmap.org $(call tangle,fundamental) xmodmap-clean: - rm -f Xmodmap/.Xmodmap + rm -f build/.Xmodmap ######### # Cower # -- cgit v1.3-2-g0d8e