Merge pull request #514 from nerdcha/master

Fix makefile typo
This commit is contained in:
Tianqi Chen 2015-09-21 15:05:20 -07:00
commit b0591c8042

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