makefile: Generate autoloads on update

This commit is contained in:
Henrik Lissner 2015-06-20 22:34:02 +02:00
parent 33e52b2877
commit a32e22f028

View file

@ -2,7 +2,7 @@ EMACS=emacs
all: update all: update
update: update: autoloads
git pull git pull
@cask install @cask install
@cask update @cask update