emacs-ipython-notebook/Makefile

19 lines
426 B
Makefile
Raw Normal View History

2012-09-12 16:35:04 +02:00
testein-default:
./testein.py --clean-elc --load-ert
testein-24:
./testein.py --clean-elc -e emacs-snapshot
interactive-testein-default:
./testein.py --clean-elc --load-ert --no-batch
interactive-testein-24:
./testein.py --clean-elc -e emacs-snapshot --no-batch
ert-compile: ert-clean
cd lib/ert/lisp/emacs-lisp/ && \
emacs -Q -L . -batch -f batch-byte-compile *.el
ert-clean:
rm -f lib/ert/lisp/emacs-lisp/*.elc