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