From fca56c3cbb99d4c227e347ab7eb5d884c2b45c7d Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Tue, 7 Jul 2015 09:35:00 +0200 Subject: [PATCH] targets/hydra-init.el: Move * Makefile: Update. Fixes #139 --- Makefile | 4 ++-- hydra-init.el => targets/hydra-init.el | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename hydra-init.el => targets/hydra-init.el (100%) diff --git a/Makefile b/Makefile index dd3a762..13fd618 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,11 @@ test: $(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit run: - $(emacs) -q $(LOAD) -l hydra-init.el + $(emacs) -q $(LOAD) -l targets/hydra-init.el make clean compile: - $(emacs) -batch $(LOAD) -l hydra-init.el + $(emacs) -batch $(LOAD) -l targets/hydra-init.el clean: rm -f *.elc diff --git a/hydra-init.el b/targets/hydra-init.el similarity index 100% rename from hydra-init.el rename to targets/hydra-init.el