diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-07-23 20:38:35 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-07-23 20:38:35 -0400 |
commit | e9d329fe688230b46792088ac42fd04fc8cccddb (patch) | |
tree | 4d2f9fc59531816df12e978fec6a3a89b9df29d5 /opencl/Makefile | |
parent | bfb5886106dfa057518d7721acd117390c4345b2 (diff) |
add USE_DOUBLE option; remove duplicate files
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 |