Anton Shestakov <av6@dwimlabs.net>, Tue, 28 Nov 2017 12:14:49 +0800
Makefile: add a prologue with useful flags and options
Makefile
Permissions: -rw-r--r--
MAKEFLAGS += --warn-undefined-variables
.SHELLFLAGS := -eu -o pipefail -c
pip := ./venv/bin/pip install -r requirements.txt -r dev-requirements.txt
./venv/bin/python ./run-tests.py -v
\