aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
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 #