change makefile

This commit is contained in:
tqchen 2015-01-30 16:30:45 -08:00
parent 1479e370f8
commit fb13cab216

View File

@ -1,5 +1,6 @@
export CC = gcc
ifndef
export CXX = g++
endif
export MPICXX = mpicxx
export LDFLAGS= -Llib
export WARNFLAGS= -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pedantic