aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-04-03 00:00:34 -0700
committerGravatar Tom Willemse2019-04-03 00:00:34 -0700
commitce757bdc6e42bb2b1f52bd8fdf6352e9b1abdbd3 (patch)
treea0d74e57e66f53a842e870b5cf7e914e04b6d374 /emacs/.emacs.d/GNUmakefile
parentc923913e567b4705fc579a41362f7af074a91080 (diff)
downloadnew-dotfiles-ce757bdc6e42bb2b1f52bd8fdf6352e9b1abdbd3.tar.gz
new-dotfiles-ce757bdc6e42bb2b1f52bd8fdf6352e9b1abdbd3.zip
Remove windows.mk
Diffstat (limited to 'emacs/.emacs.d/GNUmakefile')
-rw-r--r--emacs/.emacs.d/GNUmakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/GNUmakefile b/emacs/.emacs.d/GNUmakefile
index ef779bb..8b8cad5 100644
--- a/emacs/.emacs.d/GNUmakefile
+++ b/emacs/.emacs.d/GNUmakefile
@@ -31,7 +31,3 @@ COMPILED_SNIPPETS = $(addsuffix /.yas-compiled-snippets.el, $(SNIPPET_DIRS))
-eval "(yas-compile-directory \"$(BASE_DIR)/snippets\")"
snippets: $(COMPILED_SNIPPETS)
-
-ifeq ($(OS),Windows_NT)
-include windows.mk
-endif