aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-01-04 09:48:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-04 09:48:13 +0000
commitd6a40aae5332e79898bb52efc5a61c81994b0166 (patch)
tree88033348e0f78f918515e3f4e837a9d99b21b8bf
parent94ce7f01bf62bc30e8b5f44f6fb17eecbd820036 (diff)
downloadaports-d6a40aae5332e79898bb52efc5a61c81994b0166.tar.bz2
aports-d6a40aae5332e79898bb52efc5a61c81994b0166.tar.xz
Makefile: include config.mk if exists
This allows users to have a collection of build variables set without needing to specify them at build time every time.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b21408fcc..7499414b0b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
##
# Building apk-tools
+-include config.mk
+
PACKAGE := apk-tools
VERSION := 2.0.7