Updated Makefile

This commit is contained in:
Ethan Smith-Coss 2024-09-11 14:22:32 +01:00
parent 073664e092
commit b975273de0
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -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))