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