ox-gemini/Makefile

14 lines
251 B
Makefile
Raw Normal View History

2020-11-25 17:16:45 +00:00
update:
emacs -batch -l test/make-update.el
compile: clean lint
2021-08-13 15:15:50 +00:00
emacs --version
2020-11-25 17:16:45 +00:00
emacs -batch -l test/elpa.el -l test/compile.el
clean:
rm -f *.elc
lint:
./test/checkdoc-batch.sh -Q --lispdir=test ox-gemini.el
2020-11-25 17:16:45 +00:00
.PHONY: update compile test clean