From fe9ef09367c215eca536ec06a7a72b7de4805b8f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 24 Jan 2014 11:32:58 +0000 Subject: ensure generation tool exits if it cannot open its output file. (coverity 1127066) --- src/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 0584f42..520522d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,3 +1,10 @@ +# +# Makefile for libcss +# +# Copyright 2014 Vincent Sanders +# +# Released under the MIT License (see COPYING file) + # Sources DIR_SOURCES := stylesheet.c -- cgit v1.2.3