From: miha-q <> Date: Sun, 3 Mar 2024 03:04:47 +0000 (-0500) Subject: Sat Mar 2 10:04:47 PM EST 2024 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=22e72fd2dfad516a260279974f14161cb41ea377;p=QAnsel.git Sat Mar 2 10:04:47 PM EST 2024 --- diff --git a/Makefile b/Makefile index fdc1e7a..045d7aa 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,5 @@ all: bash -c 'echo -ne "$$(cat src/.gpu_mmul.cl)\x00" > src/gpu_mmul.cl' xxd -i src/gpu_mmul.cl | sed -e 's/unsigned int/const size_t/' -e 's/unsigned char/const char/' > src/gpu_mmul.cl.c mv src/.gpu_mmul.cl src/gpu_mmul.cl - gcc src/QAnsel.c -g -o bin/QAnsel -lm -I/usr/include/SDL2 -D_REENTRANT -lSDL2 -lOpenCL -pthread rm -f src/*.cl.c \ No newline at end of file