Fix makefile typo
This commit is contained in:
parent
6c3e4d7d0d
commit
f5920f8cbd
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
export CC = $(if $(shell which gcc-5),gcc-5,gcc)
|
export CC = $(if $(shell which gcc-5),gcc-5,gcc)
|
||||||
export CXX = $(if $(shell which g++-5),g++-5,gcc)
|
export CXX = $(if $(shell which g++-5),g++-5,g++)
|
||||||
|
|
||||||
export MPICXX = mpicxx
|
export MPICXX = mpicxx
|
||||||
export LDFLAGS= -pthread -lm
|
export LDFLAGS= -pthread -lm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user