From 22e72fd2dfad516a260279974f14161cb41ea377 Mon Sep 17 00:00:00 2001 From: miha-q <> Date: Sat, 2 Mar 2024 22:04:47 -0500 Subject: [PATCH] Sat Mar 2 10:04:47 PM EST 2024 --- Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5