From 45872e840f064e6745f66ab5466923edccd9dbb3 Mon Sep 17 00:00:00 2001 From: zhangc43 Date: Thu, 21 Apr 2016 13:59:07 -0400 Subject: [PATCH] change default installation dir to home/bin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c4caa4a5..f0c19b683 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ spectral: build/spectral build/spectral: build @mkdir build/spectral - @(cd build/spectral; cmake -Wno-dev -DCMAKE_BUILD_TYPE=RELEASE -DDAMASK_DRIVER=SPECTRAL ../..;) + @(cd build/spectral; cmake -Wno-dev -DCMAKE_BUILD_TYPE=RELEASE -DDAMASK_DRIVER=SPECTRAL -D DAMASK_INSTALL=${HOME}/bin ../..;) build: bin @mkdir build