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