mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Makefile: refactor install target
This commit is contained in:
9
Makefile
9
Makefile
@ -4,10 +4,8 @@ REPO_URL="https://github.com/hlissner"
|
|||||||
|
|
||||||
all: install autoloads bootstrap.elc
|
all: install autoloads bootstrap.elc
|
||||||
|
|
||||||
install: autoloads bootstrap.elc
|
# If you keep emacs open while running either of these, run narf/reload afterwards
|
||||||
@cask install 2>&1
|
install: autoloads _install bootstrap.elc
|
||||||
|
|
||||||
# If you keep emacs open while running this, run narf/reload afterwards
|
|
||||||
update: autoloads _update bootstrap.elc
|
update: autoloads _update bootstrap.elc
|
||||||
|
|
||||||
autoloads:
|
autoloads:
|
||||||
@ -35,4 +33,7 @@ reset:
|
|||||||
_update:
|
_update:
|
||||||
@cask update 2>&1
|
@cask update 2>&1
|
||||||
|
|
||||||
|
_install:
|
||||||
|
@cask install 2>&1
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
Reference in New Issue
Block a user