Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Müller <mail@mueller-martin.net>2017-02-28 20:15:09 +0300
committerMartin Müller <mail@mueller-martin.net>2017-02-28 20:15:09 +0300
commit868182dda974602dfbfb75e44edb685ff855d0d5 (patch)
tree8b17817aef824ac6c87a24cc800f5579dd9c0cfa
parenta3f70dd0ba76857d5791b2d4ad5e057fcab53a61 (diff)
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