branch: externals/scanner
commit 704f055ca36b30b1100af85b52c48a9e28858852
Author: Raffael Stocker <[email protected]>
Commit: Raffael Stocker <[email protected]>
add compile dependencies to check target
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 5b69f09..56238b8 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ depupdate:
$(EMACS) -Q --batch -L . $(LDFLAGS) -f batch-byte-compile $<
-check: $(TEST:.el=.elc)
+check: $(EL:.el=.elc) $(TEST:.el=.elc)
$(EMACS) -Q --batch -L . $(LDFLAGS) -l scanner-test.elc \
-f ert-run-tests-batch-and-exit