Allow DESTDIR and PREFIX overrides from environment.

This commit is contained in:
Kalle Raiskila 2016-01-31 12:51:34 +02:00 committed by Kalle Raiskila
parent 4fb1bfd2df
commit f1592d01ee
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CXX = clang
CC = $(CXX)
DESTDIR =
PREFIX = /usr/local
DESTDIR ?=
PREFIX ?= /usr/local