Makefile: refactor install target
This commit is contained in:
parent
0d8be8ccc8
commit
f6d44c9366
1 changed files with 5 additions and 4 deletions
9
Makefile
9
Makefile
|
@ -4,10 +4,8 @@ REPO_URL="https://github.com/hlissner"
|
|||
|
||||
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
|
||||
# If you keep emacs open while running either of these, run narf/reload afterwards
|
||||
install: autoloads _install bootstrap.elc
|
||||
update: autoloads _update bootstrap.elc
|
||||
|
||||
autoloads:
|
||||
|
@ -35,4 +33,7 @@ reset:
|
|||
_update:
|
||||
@cask update 2>&1
|
||||
|
||||
_install:
|
||||
@cask install 2>&1
|
||||
|
||||
.PHONY: all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue