]> code.delx.au - gnu-emacs-elpa/blob - Makefile
Add optimizations for byte-compilation.
[gnu-emacs-elpa] / Makefile
1 all:
2 exit
3
4 test:
5 node_modules/.bin/mocha
6 emacs -batch -l ert -l test/context-coloring-test.el -f ert-run-tests-batch-and-exit
7
8 benchjs:
9 node_modules/.bin/matcha
10
11 benchel:
12 emacs -Q -L . -l context-coloring -l benchmark/scenarios.el
13
14 .PHONY: all test benchmark