Download:
child 157:45e6e68a871b
parent 155:eafed0b93f8e
156:ae3c941a4ebb
Anton Shestakov <av6@dwimlabs.net>, Tue, 31 Oct 2017 12:44:53 +0800
Makefile: add a prologue with useful flags and options

1 файлов изменено, 7 вставок(+), 0 удалений(-) [+]
Makefile file | annotate | diff | comparison | revisions
--- a/Makefile Tue Oct 31 12:09:26 2017 +0800
+++ b/Makefile Tue Oct 31 12:44:53 2017 +0800
@@ -1,3 +1,10 @@
+MAKEFLAGS += --warn-undefined-variables
+SHELL := bash
+.SHELLFLAGS := -eu -o pipefail -c
+.DEFAULT_GOAL := all
+.DELETE_ON_ERROR:
+.SUFFIXES:
+
pip := ./venv/bin/pip install -r REQUIREMENTS