From ef2eb5315914df2d90ed312d5e988bb2485aec17 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 2 Apr 2017 20:52:42 -0700 Subject: Add Emacs build targets to top-level Makefile --- GNUmakefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 # ########### -- cgit v1.2.3-54-g00ecf