From 78951299a8df2702356cdaae370910e820dee67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Thu, 2 Aug 2018 08:01:56 +0200 Subject: [PATCH] Fail on warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d748fe56..cdbcd63c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PY?=python3 PELICAN?=pelican -PELICANOPTS= +PELICANOPTS=--fatal warnings BASEDIR=$(CURDIR) INPUTDIR=$(BASEDIR)/content