remove include in -I, make things easier to direct compile

This commit is contained in:
tqchen
2015-01-18 21:30:19 -08:00
parent c7282acb2a
commit 1db6449b01
10 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ export CXX = g++
export MPICXX = mpicxx
export LDFLAGS= -Llib
export WARNFLAGS= -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -pedantic
export CFLAGS = -O3 -msse2 -fPIC -Iinclude $(WARNFLAGS)
export CFLAGS = -O3 -msse2 -fPIC $(WARNFLAGS)
# build path
BPATH=.