Makefile: remove+recompile bootstrap.elc on update/delete

This commit is contained in:
Henrik Lissner 2016-04-16 00:48:23 -04:00
parent 83570b2ef0
commit 0ee993333d

View file

@ -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