branch: externals/phps-mode
commit cd1fdeeb27604883a0699ee3996508adcdc8d755
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
*** empty log message ***
---
Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index ef6b8fa..43a21c1 100644
--- a/Makefile
+++ b/Makefile
@@ -23,12 +23,12 @@ tests: clean test-functions test-lexer test-parser
.PHONY: test-functions
test-functions:
- $(EMACS_CMD) -l phps-test-functions.el
+ $(EMACS_CMD) -l phps-mode-test-functions.el
.PHONY: test-lexer
test-lexer:
- $(EMACS_CMD) -l phps-test-lexer.el
+ $(EMACS_CMD) -l phps-mode-test-lexer.el
.PHONY: test-parser
test-parser:
- $(EMACS_CMD) -l phps-test-parser.el
+ $(EMACS_CMD) -l phps-mode-test-parser.el