9 lines
112 B
Makefile
9 lines
112 B
Makefile
PROJECT = tensor
|
|
|
|
SRCS = main.cpp
|
|
DEPS = a_matrix.h
|
|
DEPS += b_matrix.h
|
|
DEPS += c_matrix.h
|
|
|
|
include ../common.mk
|