Files
ox-gemini/Makefile
T

15 lines
226 B
Makefile
Raw Normal View History

2020-11-25 09:16:45 -08: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 09:16:45 -08:00
emacs -batch -l test/elpa.el -l test/compile.el
clean:
rm -f *.elc
lint:
2021-08-16 16:44:32 +00:00
emacs --batch -l test/lint.el
2020-11-25 09:16:45 -08:00
.PHONY: update compile test clean