Initial commit (brand new NARF)
This commit is contained in:
parent
de70863bed
commit
d0628e018a
105 changed files with 1837 additions and 16026 deletions
23
Makefile
23
Makefile
|
@ -1,22 +1,11 @@
|
|||
EMACS=emacs
|
||||
|
||||
all: update
|
||||
|
||||
update: install autoloads
|
||||
cask update
|
||||
all: install update
|
||||
|
||||
install:
|
||||
cask install
|
||||
@cask install
|
||||
|
||||
compile: clean
|
||||
@cask exec ${EMACS} -f narf::byte-compile
|
||||
update:
|
||||
@cask update
|
||||
|
||||
clean: clean-extras
|
||||
@rm -rf init.elc init/*.elc contrib/*.elc core/*.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} -Q --batch --eval $$'(progn (setq generated-autoload-file "~/.emacs.d/core/autoloads.el") (update-directory-autoloads "~/.emacs.d/init" "~/.emacs.d/core" "~/.emacs.d/contrib"))'
|
||||
clean:
|
||||
@rm -f init.elc {core,modules,private,contrib}/*.elc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue