From ca9c9b3caf543afaa347406ad04820a3c1df7b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Fri, 23 Jan 2015 14:50:08 +0100 Subject: [PATCH] Refs #91 - Makefile creates 'var' folder to store database (was failing to create sqlite file). --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6e4da66..aebdf77 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ help: #: develop - Install minimal development utilities such as tox. develop: + mkdir -p var $(PIP) install tox $(PIP) install -e ./ $(PIP) install -e ./demo/