[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master aa2eb24 01/24: Makefile: "all" should depend on "compile"
From: |
Oleh Krehel |
Subject: |
[elpa] master aa2eb24 01/24: Makefile: "all" should depend on "compile" |
Date: |
Thu, 25 Jun 2015 10:17:46 +0000 |
branch: master
commit aa2eb24f53241fc323317f13eacc97a340366b6d
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
Makefile: "all" should depend on "compile"
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 6e00ec3..9303c7c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ LOAD = -l avy.el -l avy-test.el
.PHONY: all test clean
-all: test
+all: compile test
test:
$(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit
- [elpa] master 27b98bb 03/24: Add 'de-bruijn option for avy-style, (continued)
- [elpa] master 27b98bb 03/24: Add 'de-bruijn option for avy-style, Oleh Krehel, 2015/06/25
- [elpa] master a7c92d8 21/24: Updated screenshot image for ivy-goto-char., Oleh Krehel, 2015/06/25
- [elpa] master f727b53 24/24: Merge commit '8d38a898f23b3105c5d098f0cfb6c3383547e394' from avy, Oleh Krehel, 2015/06/25
- [elpa] master 02bf35b 13/24: Modify `at-full' and `de-bruijn' overlays to color depth, Oleh Krehel, 2015/06/25
- [elpa] master 236293a 15/24: avy.el (avy-isearch): Allow different styles, Oleh Krehel, 2015/06/25
- [elpa] master 054390f 16/24: avy.el (avy-translate-char-function): Fixup doc, Oleh Krehel, 2015/06/25
- [elpa] master 78d20e0 07/24: Fix jumping to other frames, Oleh Krehel, 2015/06/25
- [elpa] master 7a00821 09/24: avy.el (avy-dowindows): Ignore pdf-view-mode, Oleh Krehel, 2015/06/25
- [elpa] master e5104ca 20/24: avy.el (avy-goto-word-1): Quote punctuation, Oleh Krehel, 2015/06/25
- [elpa] master 55c77c5 04/24: For De Bruin, don't build a tree, Oleh Krehel, 2015/06/25
- [elpa] master aa2eb24 01/24: Makefile: "all" should depend on "compile",
Oleh Krehel <=
- [elpa] master b5e02ac 05/24: Fixup byte-compile warnings, Oleh Krehel, 2015/06/25