aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-04-02 20:52:42 -0700
committerGravatar Tom Willemse2017-04-02 20:52:42 -0700
commitef2eb5315914df2d90ed312d5e988bb2485aec17 (patch)
tree1d171c103b72957cbfb4ecfda94bd60a5235f640 /GNUmakefile
parent8ee052fb3ac9fc61c08c662f2a7d0b0c3839d4c2 (diff)
downloadnew-dotfiles-ef2eb5315914df2d90ed312d5e988bb2485aec17.tar.gz
new-dotfiles-ef2eb5315914df2d90ed312d5e988bb2485aec17.zip
Add Emacs build targets to top-level Makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 45fd82e..e9cf987 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
include dotfiles.mk
-MODULES=xmodmap
+MODULES=xmodmap emacs
.PHONY: all clean $(MODULES) zsh
@@ -12,6 +12,19 @@ stow: $(addsuffix -stow,$(MODULES))
zsh:
$(MAKE) -C $@
+#########
+# Emacs #
+#########
+
+emacs:
+ $(MAKE) -C emacs/.emacs.d
+
+emacs-clean:
+ $(MAKE) -C emacs/.emacs.d clean
+
+emacs-stow:
+ stow/ust/bin/stow-home emacs
+
###########
# Xmodmap #
###########