lewang / flx

Fuzzy matching for Emacs ... a la Sublime Text.
GNU General Public License v3.0
518 stars 37 forks source link

Makefile: introduce all, clean targets #37

Closed artagnon closed 11 years ago

artagnon commented 11 years ago

To batch-byte-compile flx.el and flx-ido.el.

Signed-off-by: Ramkumar Ramachandra artagnon@gmail.com

bbatsov commented 11 years ago

Seems a bit unlikely that someone would be byte-compiling the package manually in the era of package.el and el-get :-)

artagnon commented 11 years ago

It's mainly for development purposes, just like the other targets: it offers a quick sanity check against undefined functions, free variables, and advises against using deprecated idioms.

lewang commented 11 years ago

@artagnon Thanks. More targets don't hurt.