Build needed cache dirs in makefile

This commit is contained in:
Henrik Lissner 2016-05-20 09:24:32 -04:00
parent ef4e4a6ab0
commit f7b68114db

View file

@ -42,5 +42,6 @@ _update:
_install: _install:
@cask install 2>&1 @cask install 2>&1
@rm -f bootstrap.elc @rm -f bootstrap.elc
@mkdir -p $(CACHE_DIR)/{undo,backup,workgroups}
.PHONY: all .PHONY: all