Initial Commit

This commit is contained in:
Darren VanBuren 2017-08-08 05:56:57 -07:00
commit 42b2451d22
4 changed files with 83 additions and 0 deletions

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
hello: main.cpp
g++ -o hello -lOpenCL main.cpp