makefile: compile fewer files

This commit is contained in:
Henrik Lissner 2015-12-10 16:15:23 -05:00
parent 6049bee001
commit 57f4f509c4

View file

@ -10,7 +10,7 @@ update: autoloads
@cask outdated 2>&1 | sed 's/^/ /' @cask outdated 2>&1 | sed 's/^/ /'
@cask update --verbose 2>&1 | sed 's/^/ /' @cask update --verbose 2>&1 | sed 's/^/ /'
@echo "Compiling certain scripts" @echo "Compiling certain scripts"
@emacs -Q --batch -f batch-byte-compile init.el init-load-path.el core/core.el core/core-os-osx.el contrib/*.el 2>&1 | sed 's/^/ /' @emacs -Q --batch -f batch-byte-compile init-load-path.el core/core.el core/core-os-osx.el contrib/*.el 2>&1 | sed 's/^/ /'
clean: clean-extras clean-elc clean: clean-extras clean-elc