Files
vortex/tests/kernel/tensor/Makefile
2024-03-27 00:26:04 -07:00

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