change default installation dir to home/bin
This commit is contained in:
parent
6f62ca1ee8
commit
45872e840f
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue