Updated Makefile
This commit is contained in:
parent
073664e092
commit
b975273de0
2
Makefile
2
Makefile
|
|
@ -41,7 +41,7 @@ endif
|
||||||
# Binary name for executable to compile
|
# Binary name for executable to compile
|
||||||
BINARY_NAME = demo
|
BINARY_NAME = demo
|
||||||
# Source list files
|
# Source list files
|
||||||
SRC = kernels solve gp demo
|
SRC = kernels solve gp linalg matio demo
|
||||||
OBJ = $(patsubst %,$(OBJECT_DIR)/%.o,$(SRC))
|
OBJ = $(patsubst %,$(OBJECT_DIR)/%.o,$(SRC))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user