emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master fca56c3 07/22: targets/hydra-init.el: Move


From: Oleh Krehel
Subject: [elpa] master fca56c3 07/22: targets/hydra-init.el: Move
Date: Fri, 16 Oct 2015 10:06:56 +0000

branch: master
commit fca56c3cbb99d4c227e347ab7eb5d884c2b45c7d
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]