]> code.delx.au - gnu-emacs-elpa/blob - Makefile
Restore test files. Start on uglify tokenizer.
[gnu-emacs-elpa] / Makefile
1 all:
2 exit
3
4 test:
5 mocha
6 emacs -batch -l ert -l test/context-coloring-test.el -f ert-run-tests-batch-and-exit
7
8 .PHONY: all test clean