8 lines
166 B
Makefile
8 lines
166 B
Makefile
|
|
OPENCL_DEPTH = ../..
|
||
|
|
|
||
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimedefs
|
||
|
|
|
||
|
|
SUBDIRS = MatrixTranspose MatrixMultiplication
|
||
|
|
|
||
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimerules
|