8 lines
86 B
Makefile
8 lines
86 B
Makefile
PROJECT = blackwell_multi_tc
|
|
|
|
VX_SRCS = kernel.cpp
|
|
|
|
OPTS ?= -n1
|
|
|
|
include ../common.mk
|