Files
vortex/tests/opencl/convolution/Makefile
2023-11-14 22:31:30 -08:00

8 lines
74 B
Makefile

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