makefile: compile fewer files
This commit is contained in:
parent
6049bee001
commit
57f4f509c4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue