Fix makefile typo

This commit is contained in:
Jamie Hall 2015-09-22 07:18:15 +10:00
parent 6c3e4d7d0d
commit f5920f8cbd

View File

@ -1,5 +1,5 @@
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 LDFLAGS= -pthread -lm