From ce757bdc6e42bb2b1f52bd8fdf6352e9b1abdbd3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 3 Apr 2019 00:00:34 -0700 Subject: Remove windows.mk --- emacs/.emacs.d/GNUmakefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'emacs/.emacs.d/GNUmakefile') 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 -- cgit v1.2.3-54-g00ecf