aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorKalle Raiskila <kraiskil@iki.fi>2016-01-31 12:51:34 +0200
committerKalle Raiskila <kalle.raiskila@nokia.com>2016-01-31 13:02:02 +0200
commitf1592d01eeb73b23d628bc802f242ac49f30d33e (patch)
tree086c0a18aa1820c280ed471d5a5de66d8f784e63 /config.mk
parent4fb1bfd2df4188a9563c4b9cbca1355ae4339f56 (diff)
downloadicestorm-f1592d01eeb73b23d628bc802f242ac49f30d33e.tar.gz
icestorm-f1592d01eeb73b23d628bc802f242ac49f30d33e.tar.bz2
icestorm-f1592d01eeb73b23d628bc802f242ac49f30d33e.zip
Allow DESTDIR and PREFIX overrides from environment.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index b6c0f6a..fa17007 100644
--- a/config.mk
+++ b/config.mk
@@ -1,4 +1,4 @@
CXX = clang
CC = $(CXX)
-DESTDIR =
-PREFIX = /usr/local
+DESTDIR ?=
+PREFIX ?= /usr/local