Files
vortex/tests/opencl/fft/Makefile
2023-12-30 00:52:44 -08:00

8 lines
67 B
Makefile

PROJECT = fft4
SRCS = main.cc
OPTS ?= -n32
include ../common.mk