Files
kernels/tests/regression/flops/Makefile
2024-04-24 21:10:21 -07:00

10 lines
100 B
Makefile

PROJECT = flops
SRCS = main.cpp common.h
VX_SRCS = kernel.cpp
OPTS ?= -n16
include ../common.mk