OpenCLTutorial/Makefile
2017-08-08 05:56:57 -07:00

2 lines
48 B
Makefile

hello: main.cpp
g++ -o hello -lOpenCL main.cpp