From f7b68114dbf3522f2371ff64db58543335ba0897 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 20 May 2016 09:24:32 -0400 Subject: [PATCH] Build needed cache dirs in makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index da0778bc0..fe80a8e2f 100644 --- a/Makefile +++ b/Makefile @@ -42,5 +42,6 @@ _update: _install: @cask install 2>&1 @rm -f bootstrap.elc + @mkdir -p $(CACHE_DIR)/{undo,backup,workgroups} .PHONY: all