From 720d3528b4c1b753626ee66874f2bdb319f14abd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 28 May 2014 01:43:04 +0200 Subject: hide config.mk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a94d04e..b786ed0 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) # Include configurations from `./configure`. -include config.mk +include .config.mk @@ -161,5 +161,5 @@ clean: .PHONY: distclean distclean: clean - -rm -f config.mk src/libgamma-config.h + -rm -f .config.mk src/libgamma-config.h -- cgit v1.2.3-70-g09d2