diff options
author | Marcelo Duarte Trevisani <[email protected]> | 2020-04-08 09:26:15 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-08 09:26:15 +0100 |
commit | dc9e6a79d6fb3e5305371387c7a46dce0621488c (patch) | |
tree | 5cb7589561b4e16461b063b76b4f476543e59d3b | |
parent | 5fc69fc8e2577c071549e00f9b6dc410813fb713 (diff) | |
download | xbyak-dc9e6a79d6fb3e5305371387c7a46dce0621488c.tar.gz xbyak-dc9e6a79d6fb3e5305371387c7a46dce0621488c.zip |
Possibility to specify a different PREFIX
Possibility to specify a different PREFIX from the command line
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -PREFIX=/usr/local +PREFIX?=/usr/local INSTALL_DIR=$(PREFIX)/include/xbyak all: |