branch: externals/phps-mode
commit 3421b6a7ca51b018214a70f298944c742981d665
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Improved parser generator location
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index fdbfef0..9437c7d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ clean:
.PHONY: parser
parser:
- $(EMACS_CMD) -L ~/.emacs.d/emacs-parser/ -l phps-mode-lexer.el -l
admin/phps-mode-automation.el -eval "(progn (require
'parser-generator-lr-export)(setq debug-on-signal t)(setq debug-on-error
t)(phps-mode-automation))"
+ $(EMACS_CMD) -L ~/.emacs.d/emacs-parser-generator/ -l
phps-mode-lexer.el -l admin/phps-mode-automation.el -eval "(progn (require
'parser-generator-lr-export)(setq debug-on-signal t)(setq debug-on-error
t)(phps-mode-automation))"
.PHONY: compile
compile: