Files
kernels/tests/opencl/flops/Makefile
2024-01-02 20:28:40 -08:00

8 lines
68 B
Makefile

PROJECT = flops
SRCS = main.cc
OPTS ?= -n64
include ../common.mk