3 lines
48 B
Makefile
3 lines
48 B
Makefile
|
hello: main.cpp
|
||
|
g++ -o hello -lOpenCL main.cpp
|