targets/hydra-init.el: Move

* Makefile: Update.

Fixes #139
master
Oleh Krehel 11 years ago
parent 1a13273ff0
commit fca56c3cbb
  1. 4
      Makefile
  2. 0
      targets/hydra-init.el

@ -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

Loading…
Cancel
Save