aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-28 01:43:04 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-28 01:43:04 +0200
commit720d3528b4c1b753626ee66874f2bdb319f14abd (patch)
tree11350682ecbf67e22e8dc5ee96731a541d4091b6 /Makefile
parentbegin on texinfo manual (diff)
downloadlibgamma-720d3528b4c1b753626ee66874f2bdb319f14abd.tar.gz
libgamma-720d3528b4c1b753626ee66874f2bdb319f14abd.tar.bz2
libgamma-720d3528b4c1b753626ee66874f2bdb319f14abd.tar.xz
hide config.mk
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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