From abaea884dbdc7ae236d9a86a84bb3e005ffb2e1f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 23 Jul 2022 16:42:02 -0400 Subject: initial upload --- opencl/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 opencl/Makefile (limited to 'opencl/Makefile') 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 -- cgit v1.2.3