Using ?= for all config.mk entries

This commit is contained in:
Clifford Wolf 2016-05-22 12:45:13 +02:00
parent 4903aa5af3
commit 857ed8379c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CXX ?= clang
CC ?= $(CXX)
PKG_CONFIG = pkg-config
PKG_CONFIG ?= pkg-config
DESTDIR ?=
PREFIX ?= /usr/local