This commit is contained in:
tqchen
2015-03-07 09:08:21 -08:00
parent 395d5c29d5
commit 9b6bf57e79
6 changed files with 26 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ MPIBIN =
OBJ = linear.o
# common build script for programs
include ../make/config.mk
include ../make/common.mk
CFLAGS+=-fopenmp
linear.o: linear.cc ../../src/*.h linear.h ../solver/*.h