aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-01-13 23:10:42 -0800
committerGravatar Tom Willemse2022-01-13 23:10:42 -0800
commit976a2c7c284aadcdba3fd4505a7dea19fe48e7d5 (patch)
treec3f0df5fff3042a652df4e7f0218ea37b5bbc8e2 /GNUmakefile
parent93bfb28d389631a89f52672621ec5801c4e5fd0f (diff)
downloadnew-dotfiles-976a2c7c284aadcdba3fd4505a7dea19fe48e7d5.tar.gz
new-dotfiles-976a2c7c284aadcdba3fd4505a7dea19fe48e7d5.zip
[xmodmap] Add section to remap Super_R to Hyper_R
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile9
1 files changed, 6 insertions, 3 deletions
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 #