diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-04 09:48:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-04 09:48:13 +0000 |
commit | d6a40aae5332e79898bb52efc5a61c81994b0166 (patch) | |
tree | 88033348e0f78f918515e3f4e837a9d99b21b8bf | |
parent | 94ce7f01bf62bc30e8b5f44f6fb17eecbd820036 (diff) | |
download | apk-tools-d6a40aae5332e79898bb52efc5a61c81994b0166.tar.gz apk-tools-d6a40aae5332e79898bb52efc5a61c81994b0166.tar.bz2 apk-tools-d6a40aae5332e79898bb52efc5a61c81994b0166.tar.xz apk-tools-d6a40aae5332e79898bb52efc5a61c81994b0166.zip |
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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ ## # Building apk-tools +-include config.mk + PACKAGE := apk-tools VERSION := 2.0.7 |