diff options
Diffstat (limited to 'opencl/Makefile')
-rw-r--r-- | opencl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opencl/Makefile b/opencl/Makefile new file mode 100644 index 0000000..254df05 --- /dev/null +++ b/opencl/Makefile @@ -0,0 +1,2 @@ +all: main.cpp + g++ main.cpp -std=c++20 -lSDL2 -lpthread -lOpenCL -g3 -ggdb -O0 |