diff --git a/Makefile b/Makefile index 2acb96f..2185a6a 100644 --- a/Makefile +++ b/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))