aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Müller <mail@mueller-martin.net>2017-02-28 18:15:09 +0100
committerMartin Müller <mail@mueller-martin.net>2017-02-28 18:15:09 +0100
commit868182dda974602dfbfb75e44edb685ff855d0d5 (patch)
tree8b17817aef824ac6c87a24cc800f5579dd9c0cfa
parenta3f70dd0ba76857d5791b2d4ad5e057fcab53a61 (diff)
downloadsha1collisiondetection-868182dda974602dfbfb75e44edb685ff855d0d5.tar.gz
Allow overriding of PREFIX in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43af1ab..b6d7479 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ endif
TARGET ?= x86
CC ?= gcc
-PREFIX=/usr/local
+PREFIX ?= /usr/local
BINDIR=$(PREFIX)/bin
LIBDIR=$(PREFIX)/lib