Updated Makefile
BUILD_NAME is part of OBJ construction
This commit is contained in:
parent
173d8964c0
commit
5ddd9c978d
4
Makefile
4
Makefile
|
|
@ -41,8 +41,8 @@ endif
|
|||
# Binary name for executable to compile
|
||||
BINARY_NAME = demo
|
||||
# Source list files
|
||||
SRC = kernels solve gp linalg matio demo
|
||||
OBJ = $(patsubst %,$(OBJECT_DIR)/%.o,$(SRC))
|
||||
SRC = kernels solve gp linalg matio
|
||||
OBJ = $(patsubst %,$(OBJECT_DIR)/%.o,$(SRC) $(BINARY_NAME))
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user