Add make install
This commit is contained in:
parent
fb92599bad
commit
8a0edfc4cd
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -2,8 +2,12 @@ EMACS=emacs
|
||||||
CACHE_DIR="private/cache/`hostname`/`emacs --version | grep -o '2[0-9]\.[0-9]'`"
|
CACHE_DIR="private/cache/`hostname`/`emacs --version | grep -o '2[0-9]\.[0-9]'`"
|
||||||
REPO_URL="https://github.com/hlissner"
|
REPO_URL="https://github.com/hlissner"
|
||||||
|
|
||||||
all: update
|
all: install autoloads bootstrap.elc
|
||||||
|
|
||||||
|
install: autoloads bootstrap.elc
|
||||||
|
@cask install 2>&1
|
||||||
|
|
||||||
|
# If you keep emacs open while running this, run narf/reload afterwards
|
||||||
update: autoloads _update bootstrap.elc
|
update: autoloads _update bootstrap.elc
|
||||||
|
|
||||||
autoloads:
|
autoloads:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue