dholm / benchmark-init-el

Benchmark your Emacs initialization
172 stars 31 forks source link

Makefile missing, benchmark-init-loaddefs.el not created #8

Closed dbitouze closed 6 years ago

dbitouze commented 7 years ago

I installed benchmark-init thanks to ELPA and, AFAICS, it has been put in ~/.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:

$ make
make: nothing to do for « all ».

but no benchmark-init-loaddefs.el file produced.

dholm commented 6 years ago

I think ELPA creates benchmark-init-autoloads.el instead. I have updated the readme to describe how to install via ELPA.