add make system

This commit is contained in:
tqchen
2015-03-06 22:30:23 -08:00
parent 88ce76767e
commit 395d5c29d5
4 changed files with 37 additions and 7 deletions

View File

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