ox-gemini/Makefile

11 lines
166 B
Makefile
Raw Normal View History

2020-11-25 17:16:45 +00:00
update:
emacs -batch -l test/make-update.el
compile: clean
emacs -batch -l test/elpa.el -l test/compile.el
clean:
rm -f *.elc
.PHONY: update compile test clean