Refs #91 - Makefile creates 'var' folder to store database (was failing to create sqlite file).

This commit is contained in:
Benoît Bryon 2015-01-23 14:50:08 +01:00
parent 5c262dfa52
commit ca9c9b3caf

View file

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