Closed dbitouze closed 6 years ago
I installed benchmark-init thanks to ELPA and, AFAICS, it has been put in ~/.emacs.d/elpa/benchmark-init-20150905.238:
benchmark-init
~/.emacs.d/elpa/benchmark-init-20150905.238
$ ls -1 ~/.emacs.d/elpa/benchmark-init-20150905.238 benchmark-init-autoloads.el benchmark-init.el benchmark-init.elc benchmark-init-modes.el benchmark-init-modes.elc benchmark-init-pkg.el
But, the Makefile is missing. If I add it manually:
Makefile
$ make make: nothing to do for « all ».
but no benchmark-init-loaddefs.el file produced.
benchmark-init-loaddefs.el
I think ELPA creates benchmark-init-autoloads.el instead. I have updated the readme to describe how to install via ELPA.
benchmark-init-autoloads.el
I installed
benchmark-init
thanks to ELPA and, AFAICS, it has been put in~/.emacs.d/elpa/benchmark-init-20150905.238
:But, the
Makefile
is missing. If I add it manually:but no
benchmark-init-loaddefs.el
file produced.