From c8e83bb840f3f4972f9dd1aaea13b2a6d17f6191 Mon Sep 17 00:00:00 2001 From: Mathias Kaufmann Date: Wed, 14 Mar 2018 00:11:01 +0100 Subject: [PATCH] Added trailing newline Signed-off-by: Mathias Kaufmann --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c7aeb93..91a9baa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ VERSION = $(shell git describe --tags) PACKAGE ?= quay.io/goircd/goircd -include common.mk \ No newline at end of file +include common.mk