From 1a98bb6810bbe41fec753b2a56b08cfc10baa3f6 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Mon, 15 Feb 2010 18:56:23 +0100 Subject: [PATCH] Added optional include of local makefile. --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 5526a5c..afe9318 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,6 +3,8 @@ ## Copyright (C) 2007-2010, Jan Vidar Krey # +-include Makefile.private + CC = gcc LD := $(CC) MV := mv