Makefile: remove+recompile bootstrap.elc on update/delete
This commit is contained in:
parent
83570b2ef0
commit
0ee993333d
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -37,8 +37,10 @@ reset:
|
||||||
|
|
||||||
_update:
|
_update:
|
||||||
@cask update 2>&1
|
@cask update 2>&1
|
||||||
|
@rm -f bootstrap.elc
|
||||||
|
|
||||||
_install:
|
_install:
|
||||||
@cask install 2>&1
|
@cask install 2>&1
|
||||||
|
@rm -f bootstrap.elc
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue