From a7eeef1627994cc46cb1430d87c2fad2956aa187 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 12 Jun 2015 17:22:33 +0200 Subject: [PATCH] Update makefile --- Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 715754275..4e9da13ae 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,19 @@ +EMACS=emacs all: install update install: @cask install -update: +update: install autoloads @cask update -clean: +clean: clean-extras @rm -f init.elc {core,modules,private,contrib}/*.elc + +clean-extras: + @rm -rf auto-save-list recentf places ido.last async-bytecomp.log elpa projectile-bookmarks.eld projectile.cache company-statistics-cache.el tramp smex-items semanticdb + +autoloads: + @rm -rf core/autoloads.el + @cask exec ${EMACS} --script scripts/generate-autoloads.el